Commit 318331e5 authored by Jim Fulton's avatar Jim Fulton

Added code to strip values when comparing in select list.

parent 21688ae9
......@@ -23,10 +23,11 @@
</tr>
<tr><th ALIGN="LEFT">Method</th>
<td ALIGN="LEFT"><select name="initial">
<td ALIGN="LEFT">
<select name="initial">
<!--#in objectIds-->
<option
<!--#if expr="_['sequence-item']==initial"-->SELECTED<!--#/if-->
<!--#if expr="_.string.strip(_['sequence-item'])==initial"-->SELECTED<!--#/if-->
><!--#var sequence-item--></option>
<!--#/in-->
</select></td></tr>
......
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