This commit is contained in:
parent
c1e51e873a
commit
407d4fb155
|
@ -92,7 +92,7 @@ func (h *micropubHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
item = jf2.MapToItem(jf2.SimplifyMicroformat(&mfItem))
|
||||
item = jf2.MapToItem(jf2.SimplifyMicroformat(&mfItem, nil))
|
||||
ok = true
|
||||
} else if r.Header.Get("Content-Type") == "application/x-www-form-urlencoded" {
|
||||
content := r.FormValue("content")
|
||||
|
|
Loading…
Reference in New Issue
Block a user