krb5 commit: Fix typos in layout.html
Tom Yu
tlyu at MIT.EDU
Thu Jan 31 15:40:47 EST 2013
https://github.com/krb5/krb5/commit/95fc179c21cab802469907b2759f0e8bd1cafef1
commit 95fc179c21cab802469907b2759f0e8bd1cafef1
Author: Tom Yu <tlyu at mit.edu>
Date: Thu Jan 17 22:39:57 2013 -0500
Fix typos in layout.html
There were multiple misplaced semicolons, etc.
ticket: 7558 (new)
target_version: 1.11.1
tags: pullup
doc/_templates/layout.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 28527ac..5df82a5 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -25,7 +25,7 @@
{{ reldelim2 }}
{%- endfor %}
{%- block rootrellink %}
- <a href="mailto:krb5-bugs at mit.edu?subject=Documentation__{{ title }}";>feedback</a>
+ <a href="mailto:krb5-bugs at mit.edu?subject=Documentation__{{ title }}">feedback</a>
{%- endblock %}
</div>
</div>
@@ -56,14 +56,14 @@
{{ accesskey(rellink[2]) }}>{{ rellink[3] }}</a>
{{ reldelim2 }}
{%- endfor %}
- <a href="mailto:krb5-bugs at mit.edu?subject=Documentation__{{ title }}";>feedback</a>
+ <a href="mailto:krb5-bugs at mit.edu?subject=Documentation__{{ title }}">feedback</a>
</div>
</div>
</div>
{% endblock %}
{%- block content %}
- <div class="content-wrapper" ;">
+ <div class="content-wrapper">
<div class="content">
{%- block sidebar2 %} {%- endblock %}
{%- block sidebar1 %}
More information about the cvs-krb5
mailing list