Skip to content

Commit

Permalink
pkp/pkp-lib#455 Permit HTML link titles
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Apr 9, 2015
1 parent 3ad1cdc commit 583c8b1
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 @@ -249,7 +249,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[class],dl,dt,dd,b,i,u,img[src|alt],sup,sub,br,p"
allowed_html = "a[href|target|title],em,strong,cite,code,ul,ol,li[class],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 583c8b1

Please sign in to comment.