diff options
author | David Robillard <drobilla@lenanda.drobillaslair> | 2018-06-09 16:17:23 +0200 |
---|---|---|
committer | David Robillard <drobilla@lenanda.drobillaslair> | 2018-06-09 23:03:08 +0200 |
commit | 4e8d3dc4700afc9aed5d65abb09df8d4481e4fe9 (patch) | |
tree | a29963efb851a2f6d32e6eb227671f6baba8ebc7 /lv2/lv2plug.in/ns/index.html.in | |
parent | 27c0cf6366ab89d446c2d2b38f9bcaef3f5739cc (diff) | |
download | lv2-4e8d3dc4700afc9aed5d65abb09df8d4481e4fe9.tar.xz |
Fix documentation table underline problem
How/why is beyond me...
Diffstat (limited to 'lv2/lv2plug.in/ns/index.html.in')
-rw-r--r-- | lv2/lv2plug.in/ns/index.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/index.html.in b/lv2/lv2plug.in/ns/index.html.in index f093e3a..b30f804 100644 --- a/lv2/lv2plug.in/ns/index.html.in +++ b/lv2/lv2plug.in/ns/index.html.in @@ -46,7 +46,7 @@ <!-- INDEX --> <!-- <h2 class="sec" id="sec-index">Index</h2> --> <div class="content"> - <a id="sec-index" /> + <a id="sec-index"></a> <table class="index" summary="An index of LV2 specifications"> <thead> <tr> |