# HG changeset patch # User bsw # Date 1534754662 -7200 # Node ID a808627367eba56aa96c77051367c32141690996 # Parent 436e73e73e7728523f405bd04e1a9e7ec9d1b087 Fixed whitespace in header diff -r 436e73e73e77 -r a808627367eb app/main/_filter_view/30_navigation.lua --- a/app/main/_filter_view/30_navigation.lua Mon Aug 20 10:37:22 2018 +0200 +++ b/app/main/_filter_view/30_navigation.lua Mon Aug 20 10:44:22 2018 +0200 @@ -36,7 +36,7 @@ ui.link{ module = "index", view = "index", attr = { class = "mdl-layout-title" }, content = function() if config.instance_name then ui.tag{ attr = { class = "mdl-layout--large-screen-only" }, content = config.instance_name .. " ♦" } - slot.put("   ") + slot.put(" ") end ui.tag{ content = "LiquidFeedback" } end }