diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-16 21:25:21 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-16 21:30:44 -0500 |
commit | 2bf64385eaf025357e9051c0a4b94353f3bd5b55 (patch) | |
tree | a2de7e80fc400b940d42af7d1f4c8f1d480c769e /ext/mixed/display-templates.html | |
parent | 545b4d3311d34f48cf714c63a50f4765fe775ef9 (diff) |
Remove section headings (#1413)
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r-- | ext/mixed/display-templates.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index a470defa..6fa9ea73 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -23,15 +23,12 @@ </div> <div class="entry-body"> <div class="entry-body-section" data-section-type="frequencies"> - <h5>Frequencies</h5> <ol class="entry-body-section-content frequency-group-list"></ol> </div> <div class="entry-body-section" data-section-type="pitch-accents"> - <h5>Pitch Accents</h5> <ol class="entry-body-section-content term-pitch-accent-group-list"></ol> </div> <div class="entry-body-section" data-section-type="definitions"> - <h5>Definitions</h5> <ol class="entry-body-section-content term-definition-list"></ol> </div> </div> |