mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Modified bbcode list to make it easier for modifying the bullets.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@40914 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f199dc6cd4
commit
2d0ec721d0
@ -85,7 +85,7 @@ class BBCodeParser extends TextParser {
|
|||||||
function useable_tagsHTML(){
|
function useable_tagsHTML(){
|
||||||
$useabletags = "<ul class='bbcodeExamples'>";
|
$useabletags = "<ul class='bbcodeExamples'>";
|
||||||
foreach($this->usable_tags()->toArray() as $tag){
|
foreach($this->usable_tags()->toArray() as $tag){
|
||||||
$useabletags = $useabletags."<li>".$tag->Example."</li>";
|
$useabletags = $useabletags."<li><span>".$tag->Example."</span></li>";
|
||||||
}
|
}
|
||||||
return $useabletags."</ul>";
|
return $useabletags."</ul>";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user