diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-06 18:58:00 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-06 18:58:00 -0800 |
commit | 7fa51d682f29fbf51ed1228ca8840ff60be48e5e (patch) | |
tree | 12312aff5a7b59afd3c23ec5eaae1d56f568bd32 /tmpl/dictionary.html | |
parent | 73c7c225f11b9a1da550b9b866f106b188bd82ea (diff) |
More work on options
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r-- | tmpl/dictionary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html index 77493d94..760fd3d2 100644 --- a/tmpl/dictionary.html +++ b/tmpl/dictionary.html @@ -1,4 +1,4 @@ -<div class="dictionary well well-sm" data-name="{{name}}"> +<div class="dict well well-sm" data-name="{{name}}"> <div class="row"> <div class="col-xs-8"> <h4><span class="text-muted glyphicon glyphicon-book"></span> {{name}} <small>v.{{version}}</small></h4> |