Just list locations with a <br/> after each.
authorMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 16:31:33 +0000 (16:31 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 16:31:33 +0000 (16:31 +0000)
No need for <ul>

examples/htdocs/mike.html

index a806625..b19dc47 100644 (file)
        <tr>
          <th>Locations</th>
          <td>
-           <ul>
-             {{#each location}}
-               {{#if '@name'}}
-                 <li>{{attr '@name'}}</li>
-               {{/if}}
-             {{/each}}
-           </ul>
+           {{#each location}}
+             {{#if '@name'}}
+               {{attr '@name'}}<br/>
+             {{/if}}
+           {{/each}}
          </td>
        </tr>
       </table>