projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
499b866
)
missing semi
author
ivan
<ivan>
Fri, 13 Jun 2003 08:46:19 +0000
(08:46 +0000)
committer
ivan
<ivan>
Fri, 13 Jun 2003 08:46:19 +0000
(08:46 +0000)
httemplate/edit/part_export.cgi
patch
|
blob
|
history
diff --git
a/httemplate/edit/part_export.cgi
b/httemplate/edit/part_export.cgi
index
0590549
..
24d646b
100644
(file)
--- a/
httemplate/edit/part_export.cgi
+++ b/
httemplate/edit/part_export.cgi
@@
-72,7
+72,7
@@
my $widget = new HTML::Widgets::SelectLayers(
} elsif ( $type eq 'text' ) {
$html .= qq!<INPUT TYPE="text" NAME="$option" VALUE="$value" SIZE=64>!;
} elsif ( $type eq 'checkbox' ) {
- $html .= qq!<INPUT TYPE="checkbox" NAME="$option" VALUE="1"!
+ $html .= qq!<INPUT TYPE="checkbox" NAME="$option" VALUE="1"!
;
$html .= ' CHECKED' if $value;
$html .= '>';
} else {