Commit 4b25bd98 authored by 's avatar

merge fix for bug 1508 from 2.2 branch

parent 316b4a88
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
<option></option> <option></option>
<dtml-in "getProductHelp().helpValues()"> <dtml-in "getProductHelp().helpValues()">
<option <option
<dtml-if "_.has_key('help') and _.getitem('sequence-item').id() == help[1]">SELECTED <dtml-if "_.has_key('help') and (_.len(help) >= 2) and _.getitem('sequence-item').id() == help[1]">SELECTED</dtml-if>><dtml-var
</dtml-if>><dtml-var id></option> id></option>
</dtml-in> </dtml-in>
</select> </select>
</td> </td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment