diff --git a/Whatsapp_Chat_Exporter/whatsapp.html b/Whatsapp_Chat_Exporter/whatsapp.html index 6f29232..20caf30 100644 --- a/Whatsapp_Chat_Exporter/whatsapp.html +++ b/Whatsapp_Chat_Exporter/whatsapp.html @@ -140,7 +140,7 @@ {% if msg.caption is not none %}
- {{ msg.caption | urlize(none, true, '_blank') }} + {{ msg.caption | urlize(none, true, '_blank') }}
{% endif %} {% else %} @@ -167,11 +167,12 @@ {% filter escape %}{{ msg.data }}{% endfilter %} {% endif %} {% if msg.caption is not none %} -
- {{ msg.caption | urlize(none, true, '_blank') }} +
+ {{ msg.caption | urlize(none, true, '_blank') }} +
{% endif %} {% endif %} - {% endif %} + {% endif %} {% if not no_avatar and my_avatar is not none %} @@ -256,8 +257,9 @@ {% filter escape %}{{ msg.data }}{% endfilter %} {% endif %} {% if msg.caption is not none %} -
- {{ msg.caption | urlize(none, true, '_blank') }} +
+ {{ msg.caption | urlize(none, true, '_blank') }} +
{% endif %} {% endif %} {% endif %}