]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
yet another HTML fix
authorRobin Gareus <robin@gareus.org>
Tue, 23 Feb 2016 22:01:56 +0000 (23:01 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 23 Feb 2016 22:01:56 +0000 (23:01 +0100)
_manual/24_lua-scripting/01_brain_dump.html

index 2a8be189e77871949b6ad8ca321e58c91eaba526..8f21056924526feac7f6cfba897a1991160dfa11 100644 (file)
@@ -142,7 +142,7 @@ The common part for all scripts is the "Descriptor". It's a Lua function which r
 <dl>
        <dt>type [required]</dt><dd>one of "<code>DSP</code>", "<code>Session</code>", "<code>EditorHook</code>", "<code>EditorAction</code>" (the type is not case-sensitive)</dd>
        <dt>name [required]</dt><dd>Name/Title of the script</dd>
-       <dt>author</dt<dd>Your Name</dd>
+       <dt>author</dt><dd>Your Name</dd>
        <dt>license</dt><dd>The license of the script (e.g. "GPL" or "MIT")</dd>
        <dt>description</dt><dd>A longer text explaining to the user what the script does</dd>
 </dl>