diff options
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r-- | lv2specgen/template.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html index 57d5134..aee133f 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -21,13 +21,14 @@ <div id="header"> <div id="titlebox"> <h1 id="title">@NAME@</h1> - <div id="subtitle"><a href="@URI@">@URI@</a> @VERSION@</div> + <div id="subtitle"><a href="@URI@">@URI@</a></div> <div id="shortdesc">@SHORT_DESC@</div> </div> <table id="meta"> <!--<tr><th>URI</th><td><a href="@URI@">@URI@</a></td></tr> <tr><th>Version</th><td>@REVISION@</td></tr>--> <!--<tr><th>Prefixes</th><td>@PREFIXES@</td></tr>--> + <tr><th>Version</th><td>@VERSION@</td></tr> <tr><th>Date</th><td>@DATE@</td></tr> @MAIL@ @AUTHORS@ |