summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2014-04-23 18:08:35 +0000
committerMagnus Hagander2014-04-23 18:08:35 +0000
commit36e43001efb97e1fbd477cfb5890e7c5c9812e5a (patch)
tree57002df3fe51e5758f01e0f89a94bfe73d6ae4c4
parent6cccaec723f6eff090dd854a7e8ed6b4ecd78df0 (diff)
Fix double quoting
-rw-r--r--pgcommitfest/commitfest/templates/patch_commands.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/patch_commands.inc b/pgcommitfest/commitfest/templates/patch_commands.inc
index abcbffe..f4cafc7 100644
--- a/pgcommitfest/commitfest/templates/patch_commands.inc
+++ b/pgcommitfest/commitfest/templates/patch_commands.inc
@@ -14,7 +14,7 @@
<ul class="dropdown-menu">
<li><a href="status/review/">Needs review</a></li>
<li><a href="status/author/">Waiting on Author</a></li>
- <li><a href="status/committer/"">Ready for Committer</a></li>
+ <li><a href="status/committer/">Ready for Committer</a></li>
</ul>
</div>