From 92f6c54c9c568a7f5c287f8b9b5d1f5156698b03 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 15 Sep 2021 19:52:33 -0700 Subject: [PATCH] Added rel="noopener noreferrer" to XURL links. --- e107_plugins/social/templates/social_xurl_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/social/templates/social_xurl_template.php b/e107_plugins/social/templates/social_xurl_template.php index e31473fa9..1168bc66d 100644 --- a/e107_plugins/social/templates/social_xurl_template.php +++ b/e107_plugins/social/templates/social_xurl_template.php @@ -13,5 +13,5 @@ * {XURL_ICONS} template */ $SOCIAL_XURL_TEMPLATE['default']['start'] = '

'; - $SOCIAL_XURL_TEMPLATE['default']['item'] = ''; + $SOCIAL_XURL_TEMPLATE['default']['item'] = ''; $SOCIAL_XURL_TEMPLATE['default']['end'] = '

';