summaryrefslogtreecommitdiffstats
path: root/client/components/main
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-22 01:35:53 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-22 01:35:53 +0200
commit0363e6f122f400430c616962ef129354e34ae0b6 (patch)
treee2a15d94959c85f656c8caa19d9f26acab7cf933 /client/components/main
parentc2593241854018d578fa2ff81a55c5fb78f4562f (diff)
downloadwekan-0363e6f122f400430c616962ef129354e34ae0b6.tar.gz
wekan-0363e6f122f400430c616962ef129354e34ae0b6.tar.bz2
wekan-0363e6f122f400430c616962ef129354e34ae0b6.zip
Remove extra title quotes, so that Custom Product Name comes visible.
Thanks to xet7 !
Diffstat (limited to 'client/components/main')
-rw-r--r--client/components/main/layouts.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade
index 0d39ed37..9908f12e 100644
--- a/client/components/main/layouts.jade
+++ b/client/components/main/layouts.jade
@@ -1,5 +1,5 @@
head
- title ""
+ title
meta(name="viewport"
content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
meta(http-equiv="X-UA-Compatible" content="IE=edge")