No quote unescaping
This commit is contained in:
parent
297db00520
commit
76c58e5b19
|
@ -37,7 +37,7 @@
|
|||
{% if session["login"] %}
|
||||
<p>Embed this image in a blog post:<br>
|
||||
<input type="text" class="form-control" readonly value="![{{ photo['caption'] }}]({{ app['photo_url'] }}/{{ photo['large'] }})"> (Markdown)<br>
|
||||
<input type="text" class="form-control" readonly value='<a href="{{ app['photo_url'] }}/{{ photo['large'] }}\" alt=\"{{ photo['caption'] }}">'> (HTML)
|
||||
<input type="text" class="form-control" readonly value='<a href="{{ app['photo_url'] }}/{{ photo['large'] }}" alt="{{ photo['caption'] }}">'> (HTML)
|
||||
{% endif %}
|
||||
|
||||
{{ nav_links() }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user