fixed merge issue

This commit is contained in:
Tony Tam
2013-09-05 20:03:31 -07:00
parent 999367589d
commit bc93240199
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
{{/if}}
{{#each allowableValues.descriptiveValues}}
{{#if isDefault}}
<option value='{{value}}'>{{value}} (default)</option>
<option selected="" value='{{value}}'>{{value}} (default)</option>
{{else}}
<option value='{{value}}'>{{value}}</option>
{{/if}}