summaryrefslogtreecommitdiffstats
path: root/hugolib/shortcode.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/shortcode.go')
-rw-r--r--hugolib/shortcode.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/shortcode.go b/hugolib/shortcode.go
index b221ff8a7..3c0afd2e7 100644
--- a/hugolib/shortcode.go
+++ b/hugolib/shortcode.go
@@ -155,7 +155,7 @@ func HandleShortcodes(stringToParse string, page *Page, t tpl.Template) (string,
}
}
- return string(tmpContent), nil
+ return tmpContent, nil
}
var isInnerShortcodeCache = struct {