projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5f5d67
)
Restricted allowed children in list bbcodes
author
Marcel Werk
<burntime@woltlab.com>
Sun, 26 Apr 2015 15:20:24 +0000
(17:20 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Sun, 26 Apr 2015 15:20:24 +0000
(17:20 +0200)
com.woltlab.wcf/bbcode.xml
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/bbcode.xml
b/com.woltlab.wcf/bbcode.xml
index ca0fa24a09b1e8199cf83a9a9fb6b6e670bf8521..7ca6767874cf818b90330e71b59ba0d4a43941a7 100644
(file)
--- a/
com.woltlab.wcf/bbcode.xml
+++ b/
com.woltlab.wcf/bbcode.xml
@@
-138,6
+138,7
@@
</bbcode>
<bbcode name="list">
<classname><![CDATA[wcf\system\bbcode\ListBBCode]]></classname>
+ <allowedchildren>none^img,b,i,u,s,sub,sup,color,size,font,list</allowedchildren>
<attributes>
<attribute name="0">
<validationpattern>^(1|a|none|circle|square|disc|decimal|lower-roman|upper-roman|decimal-leading-zero|lower-greek|lower-latin|upper-latin|armenian|georgian)$</validationpattern>