From ff9510356e61f9548c5c773ac0f9d85f153ad714 Mon Sep 17 00:00:00 2001 From: siikamiika Date: Sat, 30 Nov 2019 04:49:37 +0200 Subject: rewrite history as a doubly linked list --- tmpl/kanji.html | 2 +- tmpl/terms.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tmpl') diff --git a/tmpl/kanji.html b/tmpl/kanji.html index 8c79e9dd..bbc0fc9d 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -90,7 +90,7 @@ No data found {{#if definitions}}
- +
{{#each definitions}} {{#unless @first}}
{{/unless}} diff --git a/tmpl/terms.html b/tmpl/terms.html index 2f727365..9cfabc58 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -128,7 +128,7 @@ {{#if definitions}}
- +
{{#each definitions}} {{#unless @first}}
{{/unless}} -- cgit v1.2.3