diff options
author | David Robillard <d@drobilla.net> | 2011-11-14 01:23:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-14 01:23:22 +0000 |
commit | db32487a23a07dcf62686480aa8642c4795f3787 (patch) | |
tree | be0af6d7a0b7bc7984520551f01ebfceba7fa761 /ext/pui-event.lv2 | |
parent | 708a01ffb58ed30bb813fbfedca19d16d33ac887 (diff) | |
download | lv2-db32487a23a07dcf62686480aa8642c4795f3787.tar.xz |
Make all lv2:documentation valid XHTML Basic 1.1.
Validate lv2:documentation in lv2specgen (if lxml is available).
Diffstat (limited to 'ext/pui-event.lv2')
-rw-r--r-- | ext/pui-event.lv2/pui-event.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pui-event.lv2/pui-event.ttl b/ext/pui-event.lv2/pui-event.ttl index 031b9e5..2a4bdb3 100644 --- a/ext/pui-event.lv2/pui-event.ttl +++ b/ext/pui-event.lv2/pui-event.ttl @@ -49,8 +49,8 @@ foaf:mbox <mailto:mail@larsluthman.net>; ]; lv2:documentation """ -This extension defines an pui:PortProtocol for passing events (MIDI, OSC, -etc.) between LV2 plugins and UIs. +<p>This extension defines an pui:PortProtocol for passing events (MIDI, OSC, +etc.) between LV2 plugins and UIs.</p> """. puiev:events a pui:PortProtocol; |