diff options
author | David Robillard <d@drobilla.net> | 2012-02-08 04:02:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-08 04:02:23 +0000 |
commit | b617875c6f3ad439d25ae166da79df839ebfdc71 (patch) | |
tree | bc5d012bfc31b2eb670311b531aab3d8efcc68be /lv2specgen/template.html | |
parent | 1415e9a254df9ebc5f3452b1cf81888fd82c3f65 (diff) | |
download | lv2-b617875c6f3ad439d25ae166da79df839ebfdc71.tar.xz |
Add more obvious separate download row to header table.
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r-- | lv2specgen/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html index 6065af6..a9d1ded 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -23,6 +23,7 @@ <table id="meta"> <tr><th>URI</th><td><a href="@URI@">@URI@</a></td></tr> <tr><th>Version</th><td>@REVISION@</td></tr> + @RELEASES@ <tr><th>Prefixes</th><td>@PREFIXES@</td></tr> <tr><th>Discuss</th><td> <a href="mailto:@MAIL@">@MAIL@</a> |