From f787a4787cd7aed1b8556874967ce407e255c57e Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Sun, 30 Oct 2016 22:51:51 -0700 Subject: identified another bug related to _ specifier in UI code --- system/admin/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/admin/handlers.go') diff --git a/system/admin/handlers.go b/system/admin/handlers.go index dbeefd2..d6c3baa 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -787,7 +787,7 @@ func adminPostListItem(p editor.Editable, t, status string) []byte { post := `
  • - ` + p.ContentName() + ` + ` + p.ContentName() + ` Updated: ` + updatedTime + ` ` + publishTime + ` -- cgit v1.2.3