From 5849115afee8430523891384ecbfb098b9aa1929 Mon Sep 17 00:00:00 2001
From: "C. Van Wiemeersch" <cvan@users.noreply.github.com>
Date: Wed, 25 Apr 2018 17:28:20 -0700
Subject: [PATCH] remove duplicate `meta[name=viewport]` tag

from 32fc4ab in PR #243
---
 src/hub.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/hub.html b/src/hub.html
index af1bb3ef2..bfdf831d5 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -5,11 +5,10 @@
     <!-- DO NOT REMOVE/EDIT THIS COMMENT - HUB_META_TAGS -->
 
     <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta http-equiv="origin-trial" data-feature="WebVR (For Chrome M62+)" data-expires="<%= ORIGIN_TRIAL_EXPIRES %>" content="<%= ORIGIN_TRIAL_TOKEN %>">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
 
-    <link rel="shortcut icon" type="image/png" href="/favicon.ico"/>
+    <link rel="shortcut icon" type="image/png" href="/favicon.ico">
     <title>Get together | Hubs by Mozilla</title>
     <link href="https://fonts.googleapis.com/css?family=Zilla+Slab:300,300i,400,400i,700" rel="stylesheet">
 
-- 
GitLab