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:
5bdc56e
)
Ein Anführungszeichen zu viel. Fix für Bug 786.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 30 Jan 2008 17:14:00 +0000
(17:14 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 30 Jan 2008 17:14:00 +0000
(17:14 +0000)
bin/mozilla/am.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/am.pl
b/bin/mozilla/am.pl
index
8cce020
..
ee2b0e6
100644
(file)
--- a/
bin/mozilla/am.pl
+++ b/
bin/mozilla/am.pl
@@
-1905,7
+1905,7
@@
sub list_printer {
|;
- $column_data{printer_description} = qq|<td><a href="am.pl?action=edit_printer&id=$ref->{id}&callback=$callback">$ref->{printer_description}
"
</td>|;
+ $column_data{printer_description} = qq|<td><a href="am.pl?action=edit_printer&id=$ref->{id}&callback=$callback">$ref->{printer_description}</td>|;
$column_data{printer_command} = qq|<td align=right>$ref->{printer_command}</td>|;
$column_data{template_code} =
qq|<td align=right>$ref->{template_code}</td>|;