plugin nl2br: add missing 'u' inline element
This commit is contained in:
parent
8b5655ce92
commit
695055f50c
@ -1,3 +1,4 @@
|
||||
2.21.6: * add missing 'u' inline element
|
||||
2.21.5: * nl2p: if the double newline contains spaces, e.g. \n \n, these
|
||||
spaces are now ignored
|
||||
* fixed the direct concatenation: if the body ends without a newline
|
||||
|
@ -18,7 +18,7 @@ class serendipity_event_nl2br extends serendipity_event
|
||||
$propbag->add('description', PLUGIN_EVENT_NL2BR_DESC);
|
||||
$propbag->add('stackable', false);
|
||||
$propbag->add('author', 'Serendipity Team, Stephan Brunker');
|
||||
$propbag->add('version', '2.21.5');
|
||||
$propbag->add('version', '2.21.6');
|
||||
$propbag->add('requirements', array(
|
||||
'serendipity' => '1.6',
|
||||
'smarty' => '2.6.7',
|
||||
@ -448,7 +448,7 @@ p.wl_notopbottom {
|
||||
'acronym', 'cite', 'code', 'dfn', 'em', 'kbd', 'strong',
|
||||
'samp', 'var', 'bdo', 'bdi', 'map', 'object',
|
||||
'q', 'script', 'span', 'sub', 'sup', 'button',
|
||||
'label', 'select', 'textarea', 's', 'strike'
|
||||
'label', 'select', 'textarea', 's', 'strike', 'u'
|
||||
);
|
||||
|
||||
var $allowed_p_parents = array('blockquote', 'td', 'div', 'article', 'aside', 'dd',
|
||||
|
Loading…
x
Reference in New Issue
Block a user