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

Commit 0ecdfbe

Browse files
author
Steve Orvell
committed
Merge pull request #27 from Polymer/revert-26-typo-fix
Revert "Fix typo -- unnecessary HTML entities in the codeblocks."
2 parents 3933ccf + dd60f3c commit 0ecdfbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-icon.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
The core elements include several sets of icons.
2929
To use the default set of icons, import `core-icons.html` and use the `icon` attribute to specify an icon:
3030
31-
<!-- import default iconset and core-icon -->
31+
&lt;!-- import default iconset and core-icon --&gt;
3232
<link rel="import" href="/components/core-icons/core-icons.html">
3333
3434
<core-icon icon="menu"></core-icon>
3535
3636
To use a different built-in set of icons, import `core-icons/<iconset>-icons.html`, and
3737
specify the icon as `<iconset>:<icon>`. For example:
3838
39-
<!-- import communication iconset and core-icon -->
39+
&lt;!-- import communication iconset and core-icon --&gt;
4040
<link rel="import" href="/components/core-icons/communication-icons.html">
4141
4242
<core-icon icon="communication:email"></core-icon>

0 commit comments

Comments
 (0)