From 1768c2039b6ff3d68bd3b711621d82dcbf5eab75 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 8 Sep 2016 11:05:26 -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 839a63676..327673bc6 100644 --- a/httemplate/elements/header-popup.html +++ b/httemplate/elements/header-popup.html @@ -38,7 +38,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