Skip to content

Commit

Permalink
Fix indentation and quotes in demos [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Dec 28, 2017
1 parent efebae4 commit a86bca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/dialog-basic-demos.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<dom-module id="dialog-basic-demos">
<template>
<style include="vaadin-component-demo-shared-styles">
:host {
:host {
display: block;
}
</style>


<h3>Simple Dialog</h3>
<vaadin-demo-snippet id='dialog-basic-demos-simple-dialog'>
<vaadin-demo-snippet id="dialog-basic-demos-simple-dialog">
<template preserve-content>
<dom-bind id="simple-dialog-example">
<template>
Expand All @@ -34,7 +34,7 @@ <h3>Simple Dialog</h3>


<h3>A Dialog That Can Only Be Closed with Buttons Inside It</h3>
<vaadin-demo-snippet id='dialog-basic-demos-a-dialog-that-can-only-be-closed-with-buttons-inside-it'>
<vaadin-demo-snippet id="dialog-basic-demos-a-dialog-that-can-only-be-closed-with-buttons-inside-it">
<template preserve-content>
<dom-bind id="dialog-example">
<template>
Expand Down

0 comments on commit a86bca3

Please sign in to comment.