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 d1a91ef..e5399c8 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -17,8 +17,9 @@ <body> <!-- HEADER --> - <div id="titleheader"> + <div id="header"> <h1 id="title">@NAME@</h1> + <span id="subtitle">@SUBTITLE@</span> <table id="meta"> <tr><th>URI</th><td><a href="@URI@">@URI@</a></td></tr> <tr><th>Version</th><td>@REVISION@</td></tr> |