1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Issue #24 revision [additional line-breaks issue]

This commit is contained in:
farr3ll
2012-12-02 14:52:55 +02:00
parent 744e15367e
commit a6c059f55f
2 changed files with 3 additions and 2 deletions

View File

@@ -594,6 +594,7 @@ class e_bbcode
array( "\n", '<br />'),
// array( "\n", '<p>'),
array( "[/list]", '</ul>\n'),
array( "[/list]", '</ul>'),
array( "[h=2]", '<h2 class="bbcode-center" style="text-align: center;">'), // e107 bbcode markup
array( "[h=2]", '<h2>'),
array( "[/h]", '</h2>'),