summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-09-14 07:36:47 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-09-14 07:36:47 +0000
commitcf462fdb881d786d20808a6ddc4cfbf4dcae5af8 (patch)
treed89a448735a47d4e43ce655dabf017b204800669
parent50c6c56915e30b6af479d5674af674087b0e31a0 (diff)
downloadredmine-cf462fdb881d786d20808a6ddc4cfbf4dcae5af8.tar.gz
redmine-cf462fdb881d786d20808a6ddc4cfbf4dcae5af8.zip
Merged r14572 from 3.1-stable to 3.0-stable (#20452, #20737)
3.1-stable: fix Czech textile ol example. git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14578 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/help/cs/wiki_syntax.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/cs/wiki_syntax.html b/public/help/cs/wiki_syntax.html
index b90e54f6c..fb11069cd 100644
--- a/public/help/cs/wiki_syntax.html
+++ b/public/help/cs/wiki_syntax.html
@@ -39,7 +39,7 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
<tr><th colspan="3">Seznamy</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Nesetříděný seznam" /></th><td>* Položka 1<br />** Pod<br />* Položka 2</td><td><ul><li>Položka 1<ul><li>Pod</li></ul></li><li>Položka 2</li></ul></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Setříděný seznam" /></th><td># Položka 1<br />## Pod<br /># Položka 2</td><td><ol><li>Položka 1<ol><li>Sub</li></ol></li><li>Položka 2</li></ol></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Setříděný seznam" /></th><td># Položka 1<br />## Pod<br /># Položka 2</td><td><ol><li>Položka 1<ol><li>Pod</li></ol></li><li>Položka 2</li></ol></td></tr>
<tr><th colspan="3">Nadpisy</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Nadpis 1" /></th><td>h1. Nadpis 1</td><td><h1>Nadpis 1</h1></td></tr>