From ece907d1dd21442d571c6e3e97e31b65b562e28b Mon Sep 17 00:00:00 2001 From: MikeyGMT Date: Mon, 19 Dec 2016 00:03:01 +0000 Subject: [PATCH] Missing Accessibility Label - Contact Subject #275 Missing Accessibility Label - Contact Subject #275 --- e107_core/shortcodes/batch/contact_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/contact_shortcodes.php b/e107_core/shortcodes/batch/contact_shortcodes.php index 1d65cb32e..cb832be95 100644 --- a/e107_core/shortcodes/batch/contact_shortcodes.php +++ b/e107_core/shortcodes/batch/contact_shortcodes.php @@ -112,7 +112,7 @@ class contact_shortcodes extends e_shortcode function sc_contact_subject($parm='') { - return ""; + return ""; }