diff options
Diffstat (limited to 'tmpl/term.html')
-rw-r--r-- | tmpl/term.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/term.html b/tmpl/term.html index b4d72d4b..a6ae2d26 100644 --- a/tmpl/term.html +++ b/tmpl/term.html @@ -31,7 +31,7 @@ {{#if glossary.[1]}} <ol> {{#each glossary}} - <li><span>{{.}}</span></li> + <li><span class="term-glossary-item">{{.}}</span></li> {{/each}} </ol> {{else}} |