diff --git a/commands/undraft.go b/commands/undraft.go index c7a248a71..5a1ae67a6 100644 --- a/commands/undraft.go +++ b/commands/undraft.go @@ -151,7 +151,7 @@ L: } // append the actual content - buff.Write([]byte(p.Content())) + buff.Write(p.Content()) return buff, nil }