diff options
author | Rob Austein <sra@hactrn.net> | 2011-07-08 13:44:49 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-07-08 13:44:49 +0000 |
commit | dce20e4da60f4d170eacafeb2b282c6a92018dcf (patch) | |
tree | 4090ae85446e7bb5c7fc46e94a0e07595e44cc01 | |
parent | 260a12af9294dc93445a5c62f1216331a7a91b28 (diff) |
Cleanup
svn path=/rcynic-ng/rcynic.xsl; revision=3925
-rw-r--r-- | rcynic-ng/rcynic.xsl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/rcynic-ng/rcynic.xsl b/rcynic-ng/rcynic.xsl index 525734ae..a6930f16 100644 --- a/rcynic-ng/rcynic.xsl +++ b/rcynic-ng/rcynic.xsl @@ -88,6 +88,8 @@ <body> + <h1><xsl:value-of select="$title"/></h1> + <!-- Summary output, old host-oriented format --> <xsl:if test="$show-summary != 0"> @@ -129,9 +131,8 @@ </xsl:variable> <!-- Generate the HTML --> - <h1> - <xsl:value-of select="$title"/> - </h1> + <br/> + <h2>Summary by Repository Host</h2> <table class="summary" rules="all"> <thead> <tr> @@ -185,7 +186,7 @@ <!-- "Problems" display --> <xsl:if test="$show-problems != 0"> <br/> - <h1>Problems</h1> + <h2>Problems</h2> <table class="problems" rules="all" > <thead> <tr> @@ -211,7 +212,7 @@ <!-- Detailed status display --> <xsl:if test="$show-detailed-status != 0"> <br/> - <h1>Validation Status</h1> + <h2>Validation Status</h2> <table class="details" rules="all" > <thead> <tr> |