diff options
| author | Mark Wells <mark@freeside.biz> | 2014-03-04 17:57:58 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-03-04 17:57:58 -0800 |
| commit | b03c4d3acae9c318fd3d93963955fb027862ccb3 (patch) | |
| tree | 051a3816f594fd09c73e7e1677642ae2fe9fd161 /httemplate/search/elements | |
| parent | c00f1599f98baf0bd69745f34ad6a54ec8fea8eb (diff) | |
log_sent_mail logs emailed invoices and receipts as well as msg_template messages, #25630
Diffstat (limited to 'httemplate/search/elements')
| -rw-r--r-- | httemplate/search/elements/search-html.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index bee33cfe8..10cc95539 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -446,7 +446,7 @@ % $cstyle = qq(STYLE="$cstyle") % if $cstyle; - <TD CLASS="<% $class %>" BGCOLOR="<% $bgcolor %>" <% $align %> <% $cstyle %>><% $font %><% $a %><% $s %><% $field %><% $es %><% $a ? '</A>' : '' %><% $font ? '</FONT>' : '' %></TD> + <TD CLASS="<% $class %>" BGCOLOR="<% $bgcolor %>" <% $align %> <% $cstyle %>><% $a %><% $font %><% $s %><% $field %><% $es %><% $font ? '</FONT>' : '' %><% $a ? '</A>' : '' %></TD> % } % |
