summaryrefslogtreecommitdiffstats
path: root/public/help/ja/wiki_syntax.html
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-11 21:01:21 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-11 21:01:21 +0000
commit967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64 (patch)
tree91ffba7b7f5b51365e0b20ccb555c41404337c9f /public/help/ja/wiki_syntax.html
parent05690057590a2a8d7fe82a1d5df4412ddf879829 (diff)
downloadredmine-967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64.tar.gz
redmine-967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64.zip
Removed deprecated align and width html attributes (#15307).
git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/ja/wiki_syntax.html')
-rw-r--r--public/help/ja/wiki_syntax.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/help/ja/wiki_syntax.html b/public/help/ja/wiki_syntax.html
index 27e74cf32..e38624992 100644
--- a/public/help/ja/wiki_syntax.html
+++ b/public/help/ja/wiki_syntax.html
@@ -22,7 +22,7 @@ table td h3 { font-size: 1.2em; text-align: left; }
<table style="width:100%">
<tr><th colspan="3">フォントスタイル</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="太字" /></th><td width="50%">*太字*</td><td width="50%"><strong>太字</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="太字" /></th><td style="width:50%;">*太字*</td><td style="width:50%;"><strong>太字</strong></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="斜体" /></th><td>_斜体_</td><td><em>斜体</em></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="下線" /></th><td>+下線+</td><td><ins>下線</ins></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="取り消し線" /></th><td>-取り消し線-</td><td><del>取り消し線</del></td></tr>