Revision 3f0ba2ba
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1153 | 1153 |
|
1154 | 1154 |
if ($init) { |
1155 | 1155 |
$korrektur = |
1156 |
qq|<td><input type="checkbox" name="korrektur_$i" value="1"</td>|; |
|
1156 |
qq|<td><input type="checkbox" name="korrektur_$i" value="1"></td>|;
|
|
1157 | 1157 |
if ($form->{transfer}) { |
1158 | 1158 |
$fx_transaction = qq| |
1159 | 1159 |
<td><input name="fx_transaction_$i" class=checkbox type=checkbox value=1></td> |
Auch abrufbar als: Unified diff
Kleine HTML-Syntax-Korrektur