We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5145e commit bb7fc7eCopy full SHA for bb7fc7e
demo/src/main/java/com/vaadin/polymer/demo/client/sampler/Sampler.ui.xml
@@ -148,7 +148,7 @@
148
<span class="flex"></span>
149
<p:PaperButton ui:field="help" addStyleNames="{style.buttons}"><i:IronIcon icon="help"/>About</p:PaperButton>
150
<div class="{style.source-buttons} bottom flex">
151
- <spam>VIEW SOURCE: </spam>
+ <span>VIEW SOURCE: </span>
152
<p:PaperButton ui:field="javaButton" addStyleNames="{style.buttons}">.java<i:IronIcon icon="launch"/></p:PaperButton>
153
<p:PaperButton ui:field="xmlButton" addStyleNames="{style.buttons}">.ui.xml<i:IronIcon icon="launch"/></p:PaperButton>
154
</div>
0 commit comments