Skip to content

Commit

Permalink
*8596* Fix allowed_html template
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Mar 7, 2014
1 parent caab885 commit a0f85de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
; Use e.g. "img[src,alt],p" to allow "src" and "alt" attributes to the "img"
; tag, and also to permit the "p" paragraph tag. Unspecified attributes will be
; stripped.
allowed_html = "a[href,target],em,strong,cite,code,ul,ol,li,dl,dt,dd,b,i,u,img[src,alt],sup,sub,br,p"
allowed_html = "a[href|target],em,strong,cite,code,ul,ol,li,dl,dt,dd,b,i,u,img[src|alt],sup,sub,br,p"

;Is implicit authentication enabled or not

Expand Down

0 comments on commit a0f85de

Please sign in to comment.