Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 1823ac0

Browse files
author
Arthur Evans
committed
Merge pull request #21 from marcoms/master
strip BOMs (fixes #20)
2 parents ac4a1fa + d49db62 commit 1823ac0

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

components/core-pages/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!doctype html>
22
<html>
33
<head>
44

components/core-pages/metadata.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<x-meta id="core-pages" label="Pages" group="Core" isContainer>
1+
<x-meta id="core-pages" label="Pages" group="Core" isContainer>
22

33
<template>
44
<core-pages style="width: 400px; height: 400px; border: 1px solid silver;">

components/paper-button/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!doctype html>
22
<!--
33
Copyright 2013 The Polymer Authors. All rights reserved.
44
Use of this source code is governed by a BSD-style

components/paper-shadow/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!doctype html>
22
<!--
33
Copyright 2013 The Polymer Authors. All rights reserved.
44
Use of this source code is governed by a BSD-style

components/qp-stuff/paper-button/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!doctype html>
22
<!--
33
Copyright 2013 The Polymer Authors. All rights reserved.
44
Use of this source code is governed by a BSD-style

components/qp-stuff/paper-shadow/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!doctype html>
22
<!--
33
Copyright 2013 The Polymer Authors. All rights reserved.
44
Use of this source code is governed by a BSD-style

finished/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!doctype html>
22
<html>
33

44
<head>

finished/post-card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="import" href="../components/polymer/polymer.html">
1+
<link rel="import" href="../components/polymer/polymer.html">
22
<link rel="import" href="../components/core-icon-button/core-icon-button.html">
33

44
<polymer-element name="post-card">

finished/post-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="import" href="../components/polymer/polymer.html">
1+
<link rel="import" href="../components/polymer/polymer.html">
22
<link rel="import" href="../post-service/post-service.html">
33
<link rel="import" href="post-card.html">
44

starter/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!doctype html>
22
<html>
33

44
<head>

0 commit comments

Comments
 (0)