aboutsummaryrefslogtreecommitdiffstats
path: root/ext/time.lv2/time.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-13 21:19:12 +0000
committerDavid Robillard <d@drobilla.net>2011-11-13 21:19:12 +0000
commit50a323df04a85993f0e296e07ce26ed66f883cc4 (patch)
tree499b6f75bb2cc7d6b3e4912b0ace65e249cc43fe /ext/time.lv2/time.ttl
parent363810887660d2ddef18a90cb43003ea3f0b89e3 (diff)
downloadlv2-50a323df04a85993f0e296e07ce26ed66f883cc4.tar.xz
Fix invalid XML (lack of) escapes.
Diffstat (limited to 'ext/time.lv2/time.ttl')
-rw-r--r--ext/time.lv2/time.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/time.lv2/time.ttl b/ext/time.lv2/time.ttl
index bf57402..4823d07 100644
--- a/ext/time.lv2/time.ttl
+++ b/ext/time.lv2/time.ttl
@@ -47,7 +47,7 @@ used as the type field of an event to indicate that the event payload is an
LV2_Time_Positon struct. Plugins SHOULD indicate that a port supports time
information using the ev:supports predicate, e.g.:
<pre class="turtle-code">
-<plugin> lv2:port [
+&lt;plugin&gt; lv2:port [
a lv2:InputPort , ev:EventPort ;
lv2:name "control" ;
lv2:index 0 ;