You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/04/24 20:24:48 UTC

[6/8] git commit: [flex-asjs] [refs/heads/dual] - - Remove unwanted quotation marks

- Remove unwanted quotation marks


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b7dc23b3
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b7dc23b3
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b7dc23b3

Branch: refs/heads/dual
Commit: b7dc23b30a0b712d97b27f4d0d0db6310405564b
Parents: 8a00b50
Author: piotrz <pi...@apache.org>
Authored: Mon Apr 24 09:21:36 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Mon Apr 24 09:21:36 2017 +0200

----------------------------------------------------------------------
 .../MDLExample/src/main/resources/mdl-js-index-template.html       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b7dc23b3/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html b/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html
index 308fddf..48ba116 100644
--- a/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html
+++ b/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html
@@ -20,7 +20,7 @@
 	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 	<meta name="Custom Template for injecting custom style CSS">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
 	<link rel="stylesheet" type="text/css" href="${application}.css">
   <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
   <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.min.css">