aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/template.html
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-10 03:52:10 +0000
committerDavid Robillard <d@drobilla.net>2011-03-10 03:52:10 +0000
commit4c606a36fbda4f8c649282f1c52d9a3bf80b3f56 (patch)
tree49e23587b4225ea09ee1ba2f511ad027dcd5b0be /lv2specgen/template.html
parentf37d1fcd28c9940b7f8d9bc40639d18f6ff87b5a (diff)
downloadlv2-4c606a36fbda4f8c649282f1c52d9a3bf80b3f56.tar.xz
Clean up style and terseify header.
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r--lv2specgen/template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html
index 096d1e2..1b3111e 100644
--- a/lv2specgen/template.html
+++ b/lv2specgen/template.html
@@ -23,8 +23,8 @@
<div class="meta">
<table>
<tr><th class="metahead">URI</th><td><a href="@URI@">@URI@</a></td></tr>
- <tr><th class="metahead">Revision</th><td>@REVISION@</td></tr>
- <tr><th class="metahead">Namespaces</th><td>@PREFIXES@</td></tr>
+ <tr><th class="metahead">Version</th><td>@REVISION@</td></tr>
+ <tr><th class="metahead">Prefixes</th><td>@PREFIXES@</td></tr>
@AUTHORS@
</table>
</div>