{* HTML5: Yes *}
{* jQuery: No *}
{* serendipity_plugins_admin.inc.php::serendipity_plugin_config() - the OUT_STACK loop *}
{if $ctype == 'seperator'}
{* This could just as well be replaced by a CSS-only solution … *}
{* … then again, hr has new meaning in HTML5. *}
{/if}
{if $ctype == 'select'}
{* Make sure id creation actually produces unique identifiers *}
{/if}
{if $ctype == 'radio'}
{/if}
{if $ctype == 'string'}
{* TODO: Make sure id creation actually produces unique identifiers *}
{* This should be input[type=file] … *}
{$CONST.MEDIA_LIBRARY}
{* … not touching it in order to not break it for now. *}
{/if}
{if $ctype == 'sequence'}
{if !$sequencejs_output}
{/if}
{*** Smarty 3 has a new auto literal option which is enabled by default.
When the { is surrounded by whitespace it is not interpreted as smarty delimiter but literal. e.g. ' } ;'
AS tests have proofed, ending javascript delimiters " } ;" and " };" and even "};" work fine as well. So back to origin. ***}