diff options
author | David Robillard <d@drobilla.net> | 2012-03-26 23:42:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-26 23:42:50 +0000 |
commit | 882cb0ae306d8a26699a1c9224640cc8cf8971a3 (patch) | |
tree | 9593407f173ffc53d5f8698a6f889979af75bb8d /lv2specgen/template.html | |
parent | e01f7c8b0e4b3596d7f1d0d6d09ecd999fdbff42 (diff) | |
download | lv2-882cb0ae306d8a26699a1c9224640cc8cf8971a3.tar.xz |
Move files listing into contents. Hopefully a more obvious link to the API will appease the C curmudgeons.
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r-- | lv2specgen/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html index 728716f..4544323 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -29,7 +29,6 @@ (<a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in">subscribe</a>) </td></tr> @AUTHORS@ - @FILES@ </table> </div> @@ -40,6 +39,7 @@ <li><a href="#sec-index">Index</a></li> <li><a href="#sec-documentation">Documentation</a></li> <li><a href="#sec-releases">Releases</a></li> + @FILES@ </ul> </div> |