Unquoted strings for readability

This commit is contained in:
Tim Schaub
2015-04-06 05:34:03 -06:00
parent 9f1e0f001a
commit 43ed76cda0
113 changed files with 354 additions and 354 deletions

View File

@@ -1,7 +1,7 @@
---
template: "example.html"
title: "Bind HTML input example"
shortdesc: "Demonstrates two-way binding of HTML input elements to OpenLayers objects."
template: example.html
title: Bind HTML input example
shortdesc: Demonstrates two-way binding of HTML input elements to OpenLayers objects.
docs: >
<p id="has-webgl" style="display: none">With the <a href="?renderer=webgl">WebGL renderer</a>, <strong>hue</strong>, <strong>saturation</strong>, <strong>contrast</strong> and <strong>brightness</strong> can also be controlled.</p>
<div id="no-webgl" class="alert alert-warning" style="display: none">
@@ -48,4 +48,4 @@ tags: "custom, control"
<input id="resolution" type="number" min="0" step="250"/>
</fieldset>
</form>
</div>
</div>