projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d8565
)
un-smush columns in some tables
author
Mark Wells
<mark@freeside.biz>
Fri, 28 Sep 2012 00:40:30 +0000
(17:40 -0700)
committer
Mark Wells
<mark@freeside.biz>
Fri, 28 Sep 2012 00:40:30 +0000
(17:40 -0700)
httemplate/search/elements/search-html.html
patch
|
blob
|
history
diff --git
a/httemplate/search/elements/search-html.html
b/httemplate/search/elements/search-html.html
index
cf60d8f
..
d7e8128
100644
(file)
--- a/
httemplate/search/elements/search-html.html
+++ b/
httemplate/search/elements/search-html.html
@@
-350,7
+350,8
@@
%
% ) {
%
-% my $class = ( $field =~ /^<TABLE/i ) ? 'inv' : 'grid';
+%# my $class = ( $field =~ /^<TABLE/i ) ? 'inv' : 'grid';
+% my $class = 'grid';
%
% my $align = $aligns ? shift @$aligns : '';
% $align = " ALIGN=$align" if $align;