diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-13 10:52:53 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-13 10:52:53 +0000 |
commit | 69714f4a070c857513fbd17c64bdf66de27141b6 (patch) | |
tree | 9517ed16f00307831e686e99675714a9a4bb8516 /public/help/sl | |
parent | b188a057137b40cf741999505806c24f6751415d (diff) | |
download | redmine-69714f4a070c857513fbd17c64bdf66de27141b6.tar.gz redmine-69714f4a070c857513fbd17c64bdf66de27141b6.zip |
use escaping html in wiki_syntax.html
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12113 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/sl')
-rw-r--r-- | public/help/sl/wiki_syntax.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/sl/wiki_syntax.html b/public/help/sl/wiki_syntax.html index e1e4cb1bb..a390a414b 100644 --- a/public/help/sl/wiki_syntax.html +++ b/public/help/sl/wiki_syntax.html @@ -28,7 +28,7 @@ table td h3 { font-size: 1.2em; text-align: left; } <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>-Deleted-</td><td><del>Deleted</del></td></tr> <tr><th></th><td>??Quote??</td><td><cite>Quote</cite></td></tr> <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>@Inline Code@</td><td><code>Inline Code</code></td></tr> -<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td><pre><br /> lines<br /> of code<br /></pre></td><td> +<tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td><pre><br /> lines<br /> of code<br /></pre></td><td> <pre> lines of code |