mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Keep errors lowercase
This commit is contained in:
@@ -13,7 +13,6 @@ type ItemElement struct {
|
||||
func (e *ItemElement) Render(w io.Writer, ctx RenderContext) error {
|
||||
var el *BaseElement
|
||||
if e.Enumeration > 0 {
|
||||
|
||||
el = &BaseElement{
|
||||
Token: e.Text,
|
||||
Style: ctx.style[Enumeration],
|
||||
|
||||
Reference in New Issue
Block a user