Selected option

main
Bob Mottram 2021-08-07 19:13:20 +01:00
parent 561e466dd9
commit b6b57ea9cc
1 changed files with 2 additions and 1 deletions

View File

@ -408,7 +408,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
currName + '">' + currName + '</option>\n'
else:
extraFields += ' <option value="' + \
currName + '" selected>' + currName + '</option>\n'
currName + '" selected="selected">' + \
currName + '</option>\n'
extraFields += ' </select>\n'
extraFields += '</div>\n'