No quote unescaping

pull/2/head
Noah 2015-05-15 00:20:24 +00:00
父節點 297db00520
當前提交 76c58e5b19
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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() }}