• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂462c102625305d32b227cf95e4eec25e1fbcd458 (tree)
時間2010-10-29 01:42:00
作者Jenny Steele <jsteele@geek...>
CommiterJenny Steele

Log Message

[#1091] Fix for flash messages being escaped

Change Summary

差異

--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -74,7 +74,7 @@
7474 <div class="column grid_{{outer_width}} pad">
7575 {% set flash = tg.flash_obj.render('flash', use_js=False) %}
7676 {% if flash %}
77- <div>{{flash}}</div>
77+ <div>{{flash | safe}}</div>
7878 {% endif %}
7979 <h1 class="title">{% block header %}{% endblock %}</h1>
8080 <div class="actions">{% block actions %}{% endblock %}</div>