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:
2e954d8
)
Little syntax mistake
author
LordFPL
<lordfpl@hotmail.com>
Wed, 9 Apr 2014 19:08:47 +0000
(21:08 +0200)
committer
spf13
<steve.francia@gmail.com>
Sun, 27 Apr 2014 05:03:20 +0000
(23:03 -0600)
helpers/pygments.go
patch
|
blob
|
history
diff --git
a/helpers/pygments.go
b/helpers/pygments.go
index a858fba4b310b2126fd6120400475e82b38ceaf0..46eb879e58adb7b3d20c085ed849e2dbf30fae0f 100644
(file)
--- a/
helpers/pygments.go
+++ b/
helpers/pygments.go
@@
-26,7
+26,7
@@
func Highlight(code string, lexer string) string {
if _, err := exec.LookPath(pygmentsBin); err != nil {
- jww.WARN.Println("Highlighting requ
ri
es Pygments to be installed and in the path")
+ jww.WARN.Println("Highlighting requ
ir
es Pygments to be installed and in the path")
return code
}