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:
Magnus Enger 2011-10-01 17:43:55 +02:00 committed by Chris Cormack
parent 6ade95d5db
commit c7b77c789e

View file

@ -254,7 +254,7 @@ function RedrawChoices(typ){
<option value=" " selected="selected">^ Ikke angitt</option> \
[% ELSE %] \
<option value=" ">^ Ikke angitt</option> \
[% END %]
[% END %] \
[% IF ( f4a ) %] \
<option value="a" selected="selected">a Papir</option> \
[% ELSE %] \