]> git.sur5r.net Git - contagged/blobdiff - templates/entry_show.tpl
Merge commit '0ca5fea0cc893684982894e474a00176853535e6' into cweiske
[contagged] / templates / entry_show.tpl
index 1c4da29b327846c59c815912a1bfa4bae6f34b78..c9e98cab21789cd66f390a1faee73e8f9985eb9c 100644 (file)
 {if $entry.url}
           <tr>
             <th>{$lang.url}:</th>
-            <td>{$entry.url|http}</td>
+            <td>
+              {foreach from=$entry.url item=url}
+                {$url|http}<br/>
+              {/foreach}
+            </td>
           </tr>
 {/if}
 {if $entry.mail}