parent
163754a46c
commit
4d47b098e5
@ -1022,7 +1022,6 @@ function bbcode($Text, $options = []) {
|
|||||||
// Check for colored text
|
// Check for colored text
|
||||||
if (strpos($Text,'[/hl]') !== false) {
|
if (strpos($Text,'[/hl]') !== false) {
|
||||||
$Text = preg_replace("(\[hl\](.*?)\[\/hl\])ism", "<span class=\"default-highlight\">$1</span>", $Text);
|
$Text = preg_replace("(\[hl\](.*?)\[\/hl\])ism", "<span class=\"default-highlight\">$1</span>", $Text);
|
||||||
// $Text = preg_replace("(\[hl\](.*?)\[\/hl\])ism", "<span style=\"background-color: yellow;\">$1</span>", $Text);
|
|
||||||
$Text = preg_replace("(\[hl=(.*?)\](.*?)\[\/hl\])ism", "<span style=\"background-color: $1;\">$2</span>", $Text);
|
$Text = preg_replace("(\[hl=(.*?)\](.*?)\[\/hl\])ism", "<span style=\"background-color: $1;\">$2</span>", $Text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1808,8 +1808,4 @@ dl.bb-dl > dd > li {
|
|||||||
span.default-highlight {
|
span.default-highlight {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
color: #111;
|
color: #111;
|
||||||
margin: 0 2px;
|
|
||||||
padding: 2px 4px 2px 5px;
|
|
||||||
border-radius: 4px;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user