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> <dt>clienthost</dt>
<dd>{clienthost}</dd> <dd>{clienthost}</dd>
<dt>version</dt>
<dd>{version}</dd>
<dt>package</dt> <dt>package</dt>
<dd>{package}</dd> <dd>{package}</dd>
@ -49,7 +46,7 @@
<hr /> <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> </body>

View File

@ -16,7 +16,7 @@
<hr /> <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> </body>

View File

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