hgweb: clearly outline <tr> block in gitweb and spartan styles
It's easy to miss the closing </tr> tag when it's not on its own line. Some
neighboring blocks also already use this clearer style.
(In
03f692eee31d I didn't even think grepping for this, but this patch should
now cover every occurrence).
--- a/mercurial/templates/gitweb/fileannotate.tmpl Thu May 07 12:07:11 2015 +0900
+++ b/mercurial/templates/gitweb/fileannotate.tmpl Sun May 10 19:02:14 2015 +0800
@@ -39,19 +39,23 @@
<table cellspacing="0">
<tr>
<td>author</td>
- <td>{author|obfuscate}</td></tr>
+ <td>{author|obfuscate}</td>
+</tr>
<tr>
<td></td>
- <td class="date age">{date|rfc822date}</td></tr>
+ <td class="date age">{date|rfc822date}</td>
+</tr>
{branch%filerevbranch}
<tr>
<td>changeset {rev}</td>
- <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
+ <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
+</tr>
{parent%fileannotateparent}
{child%fileannotatechild}
<tr>
<td>permissions</td>
- <td style="font-family:monospace">{permissions|permissions}</td></tr>
+ <td style="font-family:monospace">{permissions|permissions}</td>
+</tr>
</table>
</div>
--- a/mercurial/templates/gitweb/filecomparison.tmpl Thu May 07 12:07:11 2015 +0900
+++ b/mercurial/templates/gitweb/filecomparison.tmpl Sun May 10 19:02:14 2015 +0800
@@ -39,7 +39,8 @@
{branch%filerevbranch}
<tr>
<td>changeset {rev}</td>
- <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
+ <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
+</tr>
{parent%filecompparent}
{child%filecompchild}
</table>
--- a/mercurial/templates/gitweb/filediff.tmpl Thu May 07 12:07:11 2015 +0900
+++ b/mercurial/templates/gitweb/filediff.tmpl Sun May 10 19:02:14 2015 +0800
@@ -39,7 +39,8 @@
{branch%filerevbranch}
<tr>
<td>changeset {rev}</td>
- <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
+ <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
+</tr>
{parent%filediffparent}
{child%filediffchild}
</table>
--- a/mercurial/templates/gitweb/filerevision.tmpl Thu May 07 12:07:11 2015 +0900
+++ b/mercurial/templates/gitweb/filerevision.tmpl Sun May 10 19:02:14 2015 +0800
@@ -39,19 +39,23 @@
<table cellspacing="0">
<tr>
<td>author</td>
- <td>{author|obfuscate}</td></tr>
+ <td>{author|obfuscate}</td>
+</tr>
<tr>
<td></td>
- <td class="date age">{date|rfc822date}</td></tr>
+ <td class="date age">{date|rfc822date}</td>
+</tr>
{branch%filerevbranch}
<tr>
<td>changeset {rev}</td>
- <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
+ <td style="font-family:monospace"><a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
+</tr>
{parent%filerevparent}
{child%filerevchild}
<tr>
<td>permissions</td>
- <td style="font-family:monospace">{permissions|permissions}</td></tr>
+ <td style="font-family:monospace">{permissions|permissions}</td>
+</tr>
</table>
</div>
--- a/mercurial/templates/spartan/fileannotate.tmpl Thu May 07 12:07:11 2015 +0900
+++ b/mercurial/templates/spartan/fileannotate.tmpl Sun May 10 19:02:14 2015 +0800
@@ -22,12 +22,14 @@
<table>
<tr>
<td class="metatag">changeset {rev}:</td>
- <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
+ <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
+</tr>
{parent%fileannotateparent}
{child%fileannotatechild}
<tr>
<td class="metatag">author:</td>
- <td>{author|obfuscate}</td></tr>
+ <td>{author|obfuscate}</td>
+</tr>
<tr>
<td class="metatag">date:</td>
<td class="date age">{date|rfc822date}</td>
--- a/mercurial/templates/spartan/filerevision.tmpl Thu May 07 12:07:11 2015 +0900
+++ b/mercurial/templates/spartan/filerevision.tmpl Sun May 10 19:02:14 2015 +0800
@@ -22,18 +22,22 @@
<table>
<tr>
<td class="metatag">changeset {rev}:</td>
- <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td></tr>
+ <td><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
+</tr>
{parent%filerevparent}
{child%filerevchild}
<tr>
<td class="metatag">author:</td>
- <td>{author|obfuscate}</td></tr>
+ <td>{author|obfuscate}</td>
+</tr>
<tr>
<td class="metatag">date:</td>
- <td class="date age">{date|rfc822date}</td></tr>
+ <td class="date age">{date|rfc822date}</td>
+</tr>
<tr>
<td class="metatag">permissions:</td>
- <td>{permissions|permissions}</td></tr>
+ <td>{permissions|permissions}</td>
+</tr>
<tr>
<td class="metatag">description:</td>
<td>{desc|strip|escape|websub|addbreaks|nonempty}</td>