summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-12-08 13:47:27 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-12-08 13:47:27 +0100
commita8b23d52a883b796e3a05aaca8ec74b289408bcd (patch)
tree6d04f859da24b3caa0eb467680868883c9c29385 /bin
parentd880a61857ceec0f4b2870b6a5e86b271a93b07c (diff)
Fix some invalid HTML.
Diffstat (limited to 'bin')
-rw-r--r--bin/template.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/template.html b/bin/template.html
index 57ae32e04..2b9226537 100644
--- a/bin/template.html
+++ b/bin/template.html
@@ -37,7 +37,7 @@ $endfor$
$if(title)$
<header id="title-block-header">
<a href="$rel-root$" title="Home">
- <img src="$rel-root$/doc/Logos/gf1.svg" height="200px" class="float-md-right ml-3 mb-3 bg-white" alt="GF Logo">
+ <img src="$rel-root$/doc/Logos/gf1.svg" height="200" class="float-md-right ml-3 mb-3 bg-white" alt="GF Logo">
</a>
<h1 class="title">$title$</h1>
$if(subtitle)$
@@ -100,8 +100,7 @@ $body$
</div>
<div class="col-6 col-sm-3">
- <h6 class="text-muted">Contribute</i>
- </h6>
+ <h6 class="text-muted">Contribute</h6>
<ul class="list-unstyled">
<li><a href="http://groups.google.com/group/gf-dev">Mailing List</a></li>
<li><a href="https://github.com/GrammaticalFramework/gf-core/issues">Issue Tracker</a></li>
@@ -116,8 +115,8 @@ $body$
<a href="https://github.com/GrammaticalFramework/gf-rgl">RGL</a> ยท
<a href="https://github.com/GrammaticalFramework/gf-contrib">Contributions</a>
</div>
- <div>
- <div>
+ </div>
+ </div>
</footer>
$for(include-after)$
$include-after$