diff --git a/doc/quickstart.hbs b/doc/quickstart.hbs index 13edbfbda5..e548fedb0f 100644 --- a/doc/quickstart.hbs +++ b/doc/quickstart.hbs @@ -18,14 +18,14 @@ Below you'll find a complete working example. Create a new file, copy in the co - + - + OpenLayers example @@ -60,7 +60,7 @@ To include a map a web page you will need 3 things: ### Include OpenLayers ```xml - + ``` The first part is to include the JavaScript library. For the purpose of this tutorial, here we simply point to the openlayers.org website to get the whole library. In a production environment, we would build a custom version of the library including only the module needed for our application.