Bug 6953 - Value builder for NORMARC 007 does not show further options
A previous commit introduced a missing TT control structure, but forgot to include the trailing "\" for multiline JavaScript. This patch simply adds the missing "\". Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
6ade95d5db
commit
c7b77c789e
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ function RedrawChoices(typ){
|
||||||
<option value=" " selected="selected">^ Ikke angitt</option> \
|
<option value=" " selected="selected">^ Ikke angitt</option> \
|
||||||
[% ELSE %] \
|
[% ELSE %] \
|
||||||
<option value=" ">^ Ikke angitt</option> \
|
<option value=" ">^ Ikke angitt</option> \
|
||||||
[% END %]
|
[% END %] \
|
||||||
[% IF ( f4a ) %] \
|
[% IF ( f4a ) %] \
|
||||||
<option value="a" selected="selected">a Papir</option> \
|
<option value="a" selected="selected">a Papir</option> \
|
||||||
[% ELSE %] \
|
[% ELSE %] \
|
||||||
|
|
Loading…
Reference in a new issue