feat: Omit the version number from HTML templates

This commit is contained in:
James McKinney 2024-06-19 10:53:32 -04:00
parent 85b36c2640
commit 94249f9e2d
No known key found for this signature in database
3 changed files with 4 additions and 7 deletions

View File

@ -30,9 +30,6 @@
<dt>clienthost</dt>
<dd>{clienthost}</dd>
<dt>version</dt>
<dd>{version}</dd>
<dt>package</dt>
<dd>{package}</dd>
@ -49,7 +46,7 @@
<hr />
<p><em>Generated by <a href="{website}">{package}</a> version {version}.</em></p>
<p><em>Generated by <a href="{website}">{package}</a>.</em></p>
</body>

View File

@ -16,7 +16,7 @@
<hr />
<p><em>Generated by <a href="{website}">{package}</a> version {version}.</em></p>
<p><em>Generated by <a href="{website}">{package}</a>.</em></p>
</body>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Stats [{package} v{version}]</title>
<title>Stats [{package}]</title>
<meta charset="UTF-8" />
<style type="text/css">
body {
@ -62,7 +62,7 @@
<div id="inner">
<table>
<tr>
<th colspan="2">{package} v{version} statistics</th>
<th colspan="2">{package} statistics</th>
</tr>
<tr class="odd">
<td class="right">Open connections</td>