aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-02-06 04:25:45 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-02-10 21:19:18 +0200
commitb7f347ff4f18a7f64267eb0d1ba1b84cbdfc4220 (patch)
tree8de13df5403e8f3d69bf0f96bf9f03b857f7e8ba /ext
parent3ba2dcf7e6b993b2fd216f252b9bc32ba3f429be (diff)
remove newline from template
Diffstat (limited to 'ext')
-rw-r--r--ext/bg/query-parser-templates.html3
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>