mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-26 16:01:33 +00:00
Wrap caption in a w3-container #111
This commit is contained in:
@@ -140,7 +140,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% if msg.caption is not none %}
|
{% if msg.caption is not none %}
|
||||||
<div class="w3-container">
|
<div class="w3-container">
|
||||||
{{ msg.caption | urlize(none, true, '_blank') }}
|
{{ msg.caption | urlize(none, true, '_blank') }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
@@ -167,11 +167,12 @@
|
|||||||
{% filter escape %}{{ msg.data }}{% endfilter %}
|
{% filter escape %}{{ msg.data }}{% endfilter %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if msg.caption is not none %}
|
{% if msg.caption is not none %}
|
||||||
<br>
|
<div class="w3-container">
|
||||||
{{ msg.caption | urlize(none, true, '_blank') }}
|
{{ msg.caption | urlize(none, true, '_blank') }}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if not no_avatar and my_avatar is not none %}
|
{% if not no_avatar and my_avatar is not none %}
|
||||||
@@ -256,8 +257,9 @@
|
|||||||
{% filter escape %}{{ msg.data }}{% endfilter %}
|
{% filter escape %}{{ msg.data }}{% endfilter %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if msg.caption is not none %}
|
{% if msg.caption is not none %}
|
||||||
<br>
|
<div class="w3-container">
|
||||||
{{ msg.caption | urlize(none, true, '_blank') }}
|
{{ msg.caption | urlize(none, true, '_blank') }}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user