diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-22 01:35:53 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-22 01:35:53 +0200 |
commit | 0363e6f122f400430c616962ef129354e34ae0b6 (patch) | |
tree | e2a15d94959c85f656c8caa19d9f26acab7cf933 /client/components | |
parent | c2593241854018d578fa2ff81a55c5fb78f4562f (diff) | |
download | wekan-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')
-rw-r--r-- | client/components/main/layouts.jade | 2 |
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") |