]> git.mxchange.org Git - friendica.git/commitdiff
hr bbcode tag
authorfriendica <info@friendica.com>
Mon, 13 Feb 2012 22:16:51 +0000 (14:16 -0800)
committerfriendica <info@friendica.com>
Mon, 13 Feb 2012 22:16:51 +0000 (14:16 -0800)
boot.php
include/bbcode.php

index 7a43549bd7f5cb7e139e57701fd1af37d0524f8e..56ae30fea2e35cb3da42597f4c12ce9774f0aa85 100755 (executable)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '2.3.1250' );
+define ( 'FRIENDICA_VERSION',      '2.3.1251' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
 define ( 'DB_UPDATE_VERSION',      1121      );
 
index 118be1298cc8e6b66368829468e1b84a973761d5..1df2ad72523ceb773a85828cf15131a49149bd78 100755 (executable)
@@ -173,6 +173,7 @@ upper-alpha;">$2</ul>' ,$Text);
        $Text = preg_replace("/\[table border=1\](.*?)\[\/table\]/sm", '<table border="1" >$1</table>' ,$Text);
        $Text = preg_replace("/\[table border=0\](.*?)\[\/table\]/sm", '<table border="0" >$1</table>' ,$Text);
 
+       $Text = str_replace('[hr]','<hr />', $Text);
        
 
        // Check for font change text