From 50a323df04a85993f0e296e07ce26ed66f883cc4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Nov 2011 21:19:12 +0000 Subject: Fix invalid XML (lack of) escapes. --- ext/time.lv2/time.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/time.lv2') 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.:
- lv2:port [
+<plugin> lv2:port [
     a lv2:InputPort , ev:EventPort ;
     lv2:name "control" ;
     lv2:index 0 ;
-- 
cgit v1.2.1