commands: Delete useless conversion - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 60baec8005dd6e84b3d564398eb79126ad12ad2e
DIR parent 2294b0226da244e6a4bb1f67abc47f88f7e67d2d
HTML Author: bogem <albertnigma@gmail.com>
Date: Tue, 30 Aug 2016 22:22:26 +0500
commands: Delete useless conversion
Diffstat:
M commands/undraft.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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
}