aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/head.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-08 16:21:35 -0800
committerredmatrix <git@macgirvin.com>2016-03-08 16:21:35 -0800
commitcf4dc2caa82c9d03ac667feed5f5671510e0e00a (patch)
tree850516321abd53102637db948b8b71c9c7988b22 /view/tpl/head.tpl
parent1258f9bb2114bd4a909f623a7519ba446bf8da0d (diff)
downloadvolse-hubzilla-cf4dc2caa82c9d03ac667feed5f5671510e0e00a.tar.gz
volse-hubzilla-cf4dc2caa82c9d03ac667feed5f5671510e0e00a.tar.bz2
volse-hubzilla-cf4dc2caa82c9d03ac667feed5f5671510e0e00a.zip
move "generator" to HttpMeta
Diffstat (limited to 'view/tpl/head.tpl')
-rwxr-xr-xview/tpl/head.tpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl
index 93ee9af2a..ba883c1f0 100755
--- a/view/tpl/head.tpl
+++ b/view/tpl/head.tpl
@@ -1,7 +1,6 @@
<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, user-scalable={{$user_scalable}}" />
-<meta name="generator" content="{{$generator}}" />
{{$metas}}
<!--[if IE]>
<script src="{{$baseurl}}/library/html5.js"></script>