aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-10 03:50:15 +0000
committerDavid Robillard <d@drobilla.net>2011-03-10 03:50:15 +0000
commitf37d1fcd28c9940b7f8d9bc40639d18f6ff87b5a (patch)
tree7a9732ca251b1425b8094d48755942d4b19ec266
parentfb0ee273a2ebea65d3d90d58d5e74a2f32eb0c97 (diff)
downloadlv2-f37d1fcd28c9940b7f8d9bc40639d18f6ff87b5a.tar.xz
Fix invalid HTML.
-rw-r--r--core.lv2/lv2.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl
index 904729f..27943d7 100644
--- a/core.lv2/lv2.ttl
+++ b/core.lv2/lv2.ttl
@@ -341,7 +341,7 @@ and micro version. These have the usual semantics:</p>
<ul>
<li>The minor version MUST be incremented when backwards (but not
forwards) compatible additions are made, e.g. the addition of a port to a
-plugin.
+plugin.</li>
<li>The micro version is incremented for changes which do not affect
compatibility at all, e.g. bug fixes or documentation updates.</li>
@@ -414,7 +414,7 @@ number) to distinguish this modified version from the previous release.</p>
<p>This property describes half of a resource version. For detailed
documentation on LV2 resource versioning, see <a
-href="http://lv2plug.in/ns/lv2core#minorVersion">lv2:minorVersion</a>.
+href="http://lv2plug.in/ns/lv2core#minorVersion">lv2:minorVersion</a>.</p>
""" .
lv2:binary a rdf:Property ;