diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-02 23:07:16 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-05-02 23:07:16 +0000 |
commit | 0a132e48f9d270aa011f1040d8a4dd136a61d13e (patch) | |
tree | fd15503b2abb03c213042abb8395f92b8d391a2f /public | |
parent | ed7091cda1427f2fdd29491b8c54ad1dca416e06 (diff) | |
download | redmine-0a132e48f9d270aa011f1040d8a4dd136a61d13e.tar.gz redmine-0a132e48f9d270aa011f1040d8a4dd136a61d13e.zip |
Fix typos in public/help/wiki_syntax_detailed.html.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5614 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/help/wiki_syntax_detailed.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/help/wiki_syntax_detailed.html b/public/help/wiki_syntax_detailed.html index 0c9cea34d..ad0268b6a 100644 --- a/public/help/wiki_syntax_detailed.html +++ b/public/help/wiki_syntax_detailed.html @@ -47,7 +47,7 @@ <li>Link to an issue: <strong>#124</strong> (displays <del><a href="#" class="issue" title="bulk edit doesn't change the category or fixed version properties (Closed)">#124</a></del>, link is striked-through if the issue is closed)</li>
<li>Link to a changeset: <strong>r758</strong> (displays <a href="#" class="changeset" title="Search engine now only searches objects the user is allowed to view.">r758</a>)</li>
<li>Link to a changeset with a non-numeric hash: <strong>commit:c6f4d0fd</strong> (displays <a href="#" class="changeset">c6f4d0fd</a>).</li>
- <li>Link to a changeset of another project: <strong>sandbox:r758</strong> (displays <a href="#" class="changeset" title="Search engine now only searches objects the user is allowed to view.">sanbox:r758</a>)</li>
+ <li>Link to a changeset of another project: <strong>sandbox:r758</strong> (displays <a href="#" class="changeset" title="Search engine now only searches objects the user is allowed to view.">sandbox:r758</a>)</li>
<li>Link to a changeset with a non-numeric hash: <strong>sandbox:c6f4d0fd</strong> (displays <a href="#" class="changeset">sandbox:c6f4d0fd</a>).</li>
</ul>
@@ -205,7 +205,7 @@ p>. right aligned p=. centered
</pre>
- <p style="text-align:center;">This is centered paragraph.</p>
+ <p style="text-align:center;">This is a centered paragraph.</p>
<h3><a name="10" class="wiki-page"></a>Blockquotes</h3>
|