From 583c8b1e0dbd9901e1c0811afae6764f2f522030 Mon Sep 17 00:00:00 2001 From: Alec Smecher Date: Thu, 9 Apr 2015 08:13:18 -0700 Subject: [PATCH] pkp/pkp-lib#455 Permit HTML link titles --- config.TEMPLATE.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.TEMPLATE.inc.php b/config.TEMPLATE.inc.php index 7480f764cfb..009cf28e009 100644 --- a/config.TEMPLATE.inc.php +++ b/config.TEMPLATE.inc.php @@ -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