Mercurial > hg
changeset 7909:179fac5c10d8
coal/paper: Turn <img> into <img/> where missing
author | Rocco Rutte <pdmef@gmx.net> |
---|---|
date | Sat, 28 Mar 2009 22:22:22 +0100 |
parents | 27f23c9da186 |
children | 14ec64d41dad |
files | templates/paper/error.tmpl templates/paper/index.tmpl tests/test-hgweb-filelog.out tests/test-hgweb.out |
diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/paper/error.tmpl Sat Mar 28 19:50:37 2009 +0100 +++ b/templates/paper/error.tmpl Sat Mar 28 22:22:22 2009 +0100 @@ -7,7 +7,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a> </div> <ul> <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
--- a/templates/paper/index.tmpl Sat Mar 28 19:50:37 2009 +0100 +++ b/templates/paper/index.tmpl Sat Mar 28 22:22:22 2009 +0100 @@ -6,7 +6,7 @@ <div class="container"> <div class="menu"> <a href="http://www.selenic.com/mercurial/"> -<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a> </div> <div class="main"> <h2>Mercurial Repositories</h2>
--- a/tests/test-hgweb-filelog.out Sat Mar 28 19:50:37 2009 +0100 +++ b/tests/test-hgweb-filelog.out Sat Mar 28 22:22:22 2009 +0100 @@ -421,7 +421,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog">log</a></li>
--- a/tests/test-hgweb.out Sat Mar 28 19:50:37 2009 +0100 +++ b/tests/test-hgweb.out Sat Mar 28 22:22:22 2009 +0100 @@ -36,7 +36,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog">log</a></li> @@ -105,7 +105,7 @@ <div class="menu"> <div class="logo"> <a href="http://www.selenic.com/mercurial/"> -<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> +<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a> </div> <ul> <li><a href="/shortlog">log</a></li>