]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/_terms.html.erb
Merge branch 'p' of https://github.com/jfirebaugh/openstreetmap-website into jfirebaugh-p
[rails.git] / app / views / user / _terms.html.erb
index cc8387319c5caa6cd622e7e8add6db744bfc915e..ad0b74166980f14dd7005a67c2bfddf945fc967f 100644 (file)
@@ -6,8 +6,8 @@
 <ol>
   <li>
     <p><%= raw @text['section_1'] %></p>
-    <% unless raw @text['section_1a'].nil? %>
-    <ol style="list-style-type: lower-alpha">
+    <% unless @text['section_1a'].nil? %>
+    <ol>
       <li><%= raw @text['section_1a'] %></li>
       <li><%= raw @text['section_1b'] %></li>
     </ol>