diff options
-rw-r--r-- | ext/bg/query-parser-templates.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/bg/query-parser-templates.html b/ext/bg/query-parser-templates.html index f7f6d76c..7cab16a9 100644 --- a/ext/bg/query-parser-templates.html +++ b/ext/bg/query-parser-templates.html @@ -5,8 +5,7 @@ <template id="segment-template"><ruby class="query-parser-segment"><span class="query-parser-segment-text"></span><rt class="query-parser-segment-reading"></rt></ruby></template> <template id="char-template"><span class="query-parser-char"></span></template> -<template id="select-template"><select class="query-parser-select form-control"> -</select></template> +<template id="select-template"><select class="query-parser-select form-control"></select></template> <template id="select-option-template"><option class="query-parser-select-option"></option></template> </body></html> |