]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/export/_start.rhtml
Merge changes from trunk 7673:8632.
[rails.git] / app / views / export / _start.rhtml
index 4fbbff047b374f1aa3c388729de90558e636c2cb..9776261ea3e9d356aa52321f4e2feeca940241ae 100644 (file)
   <div id="export_html">
     <p class="export_heading">Options</p>
     <div class="export_details">
-      <p>
-        <a id='add_marker' href="#">Add a marker to the map</a> 
-       <div id="marker_inputs" style="display:none">
-       Lat: <input type="text" id="marker_lat" size="9" /> Lon: <input type="text" id="marker_lon" size="9" />
-       </div>
+      <p><a id="add_marker" href="#">Add a marker to the map</a></p>
+      <p id="marker_inputs" style="display:none">
+        Lat: <input type="text" id="marker_lat" size="9" />
+        Lon: <input type="text" id="marker_lon" size="9" />
       </p>
     </div>