krb5 commit [krb5-1.11]: Fix typos in layout.html

Tom Yu tlyu at MIT.EDU
Wed Feb 6 15:30:43 EST 2013


https://github.com/krb5/krb5/commit/7f96fbf20d04c6f14f140702f446a26369596741
commit 7f96fbf20d04c6f14f140702f446a26369596741
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.
    
    (cherry picked from commit 95fc179c21cab802469907b2759f0e8bd1cafef1)
    
    ticket: 7558
    version_fixed: 1.11.1
    status: resolved

 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