missed some images, table border property
This commit is contained in:
parent
043bde42a6
commit
e6086e2363
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
|
@ -79,6 +79,10 @@ function bbcode($Text,$preserve_nl = false) {
|
||||||
$Text = preg_replace("/\[tr\](.*?)\[\/tr\]/s", '<tr>$1</tr>' ,$Text);
|
$Text = preg_replace("/\[tr\](.*?)\[\/tr\]/s", '<tr>$1</tr>' ,$Text);
|
||||||
$Text = preg_replace("/\[table\](.*?)\[\/table\]/s", '<table>$1</table>' ,$Text);
|
$Text = preg_replace("/\[table\](.*?)\[\/table\]/s", '<table>$1</table>' ,$Text);
|
||||||
|
|
||||||
|
$Text = preg_replace("/\[table border=1\](.*?)\[\/table\]/s", '<table border="1" >$1</table>' ,$Text);
|
||||||
|
$Text = preg_replace("/\[table border=0\](.*?)\[\/table\]/s", '<table border="0" >$1</table>' ,$Text);
|
||||||
|
|
||||||
|
|
||||||
// $Text = str_replace("[*]", "<li>", $Text);
|
// $Text = str_replace("[*]", "<li>", $Text);
|
||||||
|
|
||||||
// Check for font change text
|
// Check for font change text
|
||||||
|
|
Loading…
Reference in New Issue
Block a user