missing }

This commit is contained in:
mattn
2012-06-13 17:36:52 +09:00
parent e5b1e29964
commit 65c8fe1d23

View File

@@ -1345,7 +1345,7 @@ let s:zen_settings = {
\ 'html:5': "!!! 5\n"
\ ."%html{:lang => \"${lang}\"}\n"
\ ."\t%head\n"
\ ."\t\t%meta{:charset => \"${charset}\"\n"
\ ."\t\t%meta{:charset => \"${charset}\"}\n"
\ ."\t\t%title\n"
\ ."\t%body\n"
\ ."\t\t${child}|\n"