projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5141dcd
)
Nachtrag zu Bug 154 - Firefox ignoriert rechten Rand/Rahmen bei Berichte->BWA
author
Stephan Köhler
<s.koehler@linet-services.de>
Sat, 7 Jan 2006 14:41:45 +0000
(14:41 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Sat, 7 Jan 2006 14:41:45 +0000
(14:41 +0000)
Dank an Sven
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
f6e3bf2
..
c163532
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-877,6
+877,7
@@
sub parse_template {
}
s/<%(.+?)%>/$self->{$1}/g;
+ s/<nobr><\/nobr>/ /g;
print OUT;
}