]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/sidebar/markdown_help.html
Prevent XSS attacks with wmd using the google-caja html sanitizer.
[osqa.git] / forum / skins / default / templates / sidebar / markdown_help.html
index 71dff87f3096cba5cb738c6af0da74a850c2c36e..5a00975578b71206e93912ae5b2d9be4a3f7f9e6 100644 (file)
@@ -3,7 +3,7 @@
     <p class="subtitle darkred">{% trans "Markdown Basics" %}</p>
     <ul class="list-item">
         <li>
-            {% trans "*italic* or __italic__" %}
+            {% trans "*italic* or _italic_" %}
         </li>
         <li>
                        {% trans "**bold** or __bold__" %}