diff --git a/public/help/wiki_syntax.html b/public/help/wiki_syntax.html
index 846fe1b..6886f34 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; }
 | [[Wiki page]] | Wiki page |
| Issue #12 | Issue #12 |
| Revision r43 | Revision r43 |
- | commit:"f30e13e43" | f30e13e4 |
+ | commit:f30e13e43 | f30e13e4 |
| source:some/file | source:some/file |
Inline images |
diff --git a/public/help/wiki_syntax_detailed.html b/public/help/wiki_syntax_detailed.html
index 6e23594..ce416b5 100644
--- a/public/help/wiki_syntax_detailed.html
+++ b/public/help/wiki_syntax_detailed.html
@@ -113,7 +113,7 @@ a.new { color: #b73535; }
- Link to an issue: #124 (displays
#124, link is striked-through if the issue is closed)
- Link to a changeset: r758 (displays r758)
- - Link to a changeset with a non-numeric hash: commit:"c6f4d0fd" (displays c6f4d0fd). Added in r1236.
+ - Link to a changeset with a non-numeric hash: commit:c6f4d0fd (displays c6f4d0fd). Added in r1236.