aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/template.html
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-04 19:10:42 +0000
committerDavid Robillard <d@drobilla.net>2014-08-04 19:10:42 +0000
commit66260cf4c1df72e0b6bb9cb7f8f794a2ecb223d4 (patch)
treeafdb8dd9ac6c448c2ea55bcd6d8b827b1f5d038a /lv2specgen/template.html
parent576671bfa4e59974da80310430dd2be6bff268ca (diff)
downloadlv2-66260cf4c1df72e0b6bb9cb7f8f794a2ecb223d4.tar.xz
Move version from subtitle to metadata table.
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r--lv2specgen/template.html3
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@