yet another HTML fix

This commit is contained in:
Robin Gareus 2016-02-23 23:01:56 +01:00
parent a39c23ba18
commit 1c64b10949

View 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>