diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-07-16 21:18:34 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-07-16 21:18:51 +0900 |
commit | 110799e70ae7325578e79db03568111f4323fff2 (patch) | |
tree | d266b725ac4da656e11070119f7c649380989bb0 | |
parent | d8e36053eca330d3a7989851d38a8df3b09bd48b (diff) | |
download | vim-sonictemplate-110799e70ae7325578e79db03568111f4323fff2.tar.gz vim-sonictemplate-110799e70ae7325578e79db03568111f4323fff2.tar.bz2 vim-sonictemplate-110799e70ae7325578e79db03568111f4323fff2.zip |
fix html
-rw-r--r-- | template/html/base-page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/base-page.html b/template/html/base-page.html index fbc6486..f8d2cf9 100644 --- a/template/html/base-page.html +++ b/template/html/base-page.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta charset="utf-8"> + <meta charset="utf-8" /> <title>{{_cursor_}}</title> </head> <body> |