From c8d0a8624f4925f8227be67da5f40d888e9e5756 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 27 Mar 2016 20:15:23 -0700 Subject: Improved styling --- util/tmpl/defs.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'util') diff --git a/util/tmpl/defs.html b/util/tmpl/defs.html index fe40dfe3..553a8c62 100644 --- a/util/tmpl/defs.html +++ b/util/tmpl/defs.html @@ -1,7 +1,9 @@ {{#each defs}}
- {{expression}} - {{reading}} - {{glossary}} +
{{expression}}
+ {{#if reading}} +
{{reading}}
+ {{/if}} +
{{glossary}}
{{/each}} -- cgit v1.2.3