1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

EONE-73 (bug): Sense of nobreak wrong

This commit is contained in:
e107steved 2010-04-07 19:08:02 +00:00
parent 0fa5dac3aa
commit 720dec4b81

@ -217,8 +217,8 @@ class e_parse
'defs_off' => array('defs' => FALSE),
'defs_on' => array('defs' => TRUE),
'dobreak' => array('nobreak' => TRUE),
'nobreak' => array('nobreak' => FALSE),
'dobreak' => array('nobreak' => FALSE),
'nobreak' => array('nobreak' => TRUE),
// Line break using \n
'lb_nl' => array('retain_nl' => TRUE),
// Line break using <br />