From a7e5a23e2d2facf774a1455b0b2802633a4a183a Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 28 Apr 2016 20:36:55 -0700 Subject: Style cleanup --- util/tmpl/term.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'util/tmpl') diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 00a9d156..0daf9f49 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -1,12 +1,12 @@ -
+
{{#if reading}} -
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}{{reading}}
+
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}{{reading}}
{{else}} -
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}
+
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}
{{/if}} {{#if rules}} -
+
{{#each rules}} {{.}} {{#unless @last}}«{{/unless}} {{/each}} @@ -14,14 +14,14 @@ {{/if}} {{#if tags}} -
+
{{#each tags}} {{name}} {{/each}}
{{/if}} -
+
    {{#each glossary}}
  1. {{.}}
  2. -- cgit v1.2.3