projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2294b02
)
commands: Delete useless conversion
author
bogem
<albertnigma@gmail.com>
Tue, 30 Aug 2016 17:22:26 +0000
(22:22 +0500)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Sun, 11 Sep 2016 10:23:09 +0000
(12:23 +0200)
commands/undraft.go
patch
|
blob
|
history
diff --git
a/commands/undraft.go
b/commands/undraft.go
index c7a248a7145196f1db79e6610d8b1ec7fa0e4940..5a1ae67a69fb60b8e5d014547c057da4cd3e9bb4 100644
(file)
--- 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
}