summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/roster-editor/src/View/GlyphSelection.elm')
-rw-r--r-- | src/roster-editor/src/View/GlyphSelection.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster-editor/src/View/GlyphSelection.elm b/src/roster-editor/src/View/GlyphSelection.elm index 6158cac..4ee62d0 100644 --- a/src/roster-editor/src/View/GlyphSelection.elm +++ b/src/roster-editor/src/View/GlyphSelection.elm @@ -48,7 +48,7 @@ get_glyph_html glyph = ] [ (Html.text (Struct.Glyph.get_name glyph)), - (View.Omnimods.get_html 1.0 (Struct.Glyph.get_omnimods glyph)) + (View.Omnimods.get_html (Struct.Glyph.get_omnimods glyph)) ] ) |