diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-29 19:14:01 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-29 19:14:01 +0000 |
commit | ca5992fade670fd1270c5be1af8fe4bdb6a85dd5 (patch) | |
tree | 7bc5aa4253b62c175bf0c5a215e6f5423659393a /view/tpl | |
parent | 994b6b5258856a97cf6863de74e5a8baddf59b49 (diff) | |
download | volse-hubzilla-ca5992fade670fd1270c5be1af8fe4bdb6a85dd5.tar.gz volse-hubzilla-ca5992fade670fd1270c5be1af8fe4bdb6a85dd5.tar.bz2 volse-hubzilla-ca5992fade670fd1270c5be1af8fe4bdb6a85dd5.zip |
Stupid Bluefish
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 837bfbfcc..d64731ee3 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,7 +1,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" /> -<meta name="generator" content="Bluefish 2.2.5" /> +<meta name="generator" content="{{$generator}}" /> <!--[if IE]> <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |