From f2bc3af56683f64e44fbbb97b543e6d58e99ce28 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 8 Sep 2016 11:26:12 -0700 Subject: fix UI links and CSS in searches delivered by email, #72101 --- httemplate/elements/header-popup.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'httemplate/elements') diff --git a/httemplate/elements/header-popup.html b/httemplate/elements/header-popup.html index 04709ce53..906b1ee51 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -37,7 +37,13 @@ Example: <% $head |n %> > +% if ($m->notes('inline_stylesheet')) { # for email delivery + +% } else { +% } % if ( $title || $title_noescape ) {
<% encode_entities($title) || $title_noescape |n %>
-- cgit v1.2.1