diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-13 09:45:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-13 09:45:07 +0000 |
commit | 73857224412b72be82fe673879496fd3c937ae44 (patch) | |
tree | a2dd7828df0c54a148173e6257c3e83cfe1a6125 /public/help | |
parent | b73141a1537c5f58ccc6397aea1a9b7ac948d64b (diff) | |
download | redmine-73857224412b72be82fe673879496fd3c937ae44.tar.gz redmine-73857224412b72be82fe673879496fd3c937ae44.zip |
Removes double quotes in commit link syntax (#1872).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1803 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r-- | public/help/wiki_syntax.html | 2 | ||||
-rw-r--r-- | public/help/wiki_syntax_detailed.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/help/wiki_syntax.html b/public/help/wiki_syntax.html index 846fe1bf7..6886f3407 100644 --- a/public/help/wiki_syntax.html +++ b/public/help/wiki_syntax.html @@ -52,7 +52,7 @@ table td h3 { font-size: 1.2em; text-align: left; } <tr><th><img src="../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr> <tr><th></th><td>Issue #12</td><td>Issue <a href="#">#12</a></td></tr> <tr><th></th><td>Revision r43</td><td>Revision <a href="#">r43</a></td></tr> -<tr><th></th><td>commit:"f30e13e43"</td><td><a href="#">f30e13e4</a></td></tr> +<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr> <tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr> <tr><th colspan="3">Inline images</th></tr> diff --git a/public/help/wiki_syntax_detailed.html b/public/help/wiki_syntax_detailed.html index 6e23594f6..ce416b573 100644 --- a/public/help/wiki_syntax_detailed.html +++ b/public/help/wiki_syntax_detailed.html @@ -113,7 +113,7 @@ a.new { color: #b73535; } <ul> <li>Link to an issue: <strong>#124</strong> (displays <del><a href="/issues/show/124" 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="/repositories/revision/1?rev=758" 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 c6f4d0fd). Added in <a href="/repositories/revision/1?rev=1236" class="changeset" title="Merged Git support branch (r1200 to r1226).">r1236</a>.</li> + <li>Link to a changeset with a non-numeric hash: <strong>commit:c6f4d0fd</strong> (displays c6f4d0fd). Added in <a href="/repositories/revision/1?rev=1236" class="changeset" title="Merged Git support branch (r1200 to r1226).">r1236</a>.</li> </ul> |