Fix in editor UI

This commit is contained in:
Jan-Lukas Else 2022-04-24 19:53:58 +02:00
parent b4804fd2a2
commit 1c49a51d19
1 changed files with 1 additions and 1 deletions

2
ui.go
View File

@ -1376,7 +1376,7 @@ func (a *goBlog) renderEditor(hb *htmlBuilder, rd *renderData) {
// Update
if edrd.updatePostUrl != "" {
hb.writeElementOpen("h2", "id", "#update")
hb.writeElementOpen("h2", "id", "update")
hb.writeEscaped(a.ts.GetTemplateStringVariant(rd.Blog.Lang, "update"))
hb.writeElementClose("h2")
hb.writeElementOpen("form", "method", "post", "class", "fw p", "action", "#update")