summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2011-12-16 06:17:42 +0000
committerivan <ivan>2011-12-16 06:17:42 +0000
commit3415a5c63a03f57ab79c2c385c03e486b7ae5dbe (patch)
treef6a9814b3088c3a8fe127c4ffe81c56a9b295b33 /httemplate
parentbbe932f2b25d9b031ef51fcb55a9c667986d0a84 (diff)
&nbsp; incompatible with translation
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/packages/status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html
index e982220be..a5925491d 100644
--- a/httemplate/view/cust_main/packages/status.html
+++ b/httemplate/view/cust_main/packages/status.html
@@ -241,7 +241,7 @@ unless ( $part_pkg->is_prepaid ) {
sub myfreq {
my $part_pkg = shift;
my $freq = $part_pkg->freq_pretty;
- $freq =~ s/ /&nbsp;/g;
+ #$freq =~ s/ /&nbsp;/g;
$freq;
}