summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-06 16:33:16 -0800
committerIvan Kohler <ivan@freeside.biz>2013-03-06 16:33:16 -0800
commitc5b703e17ddf48d3f467ebf96b5fe552a44e5e2a (patch)
tree68150a24f32dd0de3c195f8e5a46c7b6e6adaa6b /httemplate
parent978862f11a10e6a0a8b6010d22be3f15bf7ea8f5 (diff)
cleanup phone devices, RT#21623
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/select-table.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/select-table.html b/httemplate/elements/select-table.html
index 42e91f00c..b6c1573d1 100644
--- a/httemplate/elements/select-table.html
+++ b/httemplate/elements/select-table.html
@@ -111,6 +111,7 @@ Example:
<% $opt{'label_callback'}
? &{ $opt{'label_callback'} }( $record )
: $record->$name_col()
+ |h
%>
% }