]> git.sur5r.net Git - contagged/blobdiff - templates/entry_show.tpl
Added Google Maps support
[contagged] / templates / entry_show.tpl
index e94d2dbce197c37ed121c74a727adc617ba8b92d..a626377e66abd020e461544a1ecdf0817d354f80 100644 (file)
@@ -21,6 +21,7 @@
         <table width="100%">
           <tr>
             <td colspan="2">
+
               {$entry.title|h} {$entry.givenname|h} {$entry.name|h}<br />
 {if $entry.organization}
               <a href="index.php?org={$entry.organization|escape:url}">{$entry.organization|h}</a><br />
@@ -32,7 +33,7 @@
               {$entry.street|h}<br />
 {/if}
 {if $entry.location}
-              {$entry.zip} {$entry.location|h}<br />
+              {$entry.zip|h} {$entry.location|h}<br />
 {/if}
 {if $entry.state}
               {$entry.state|h}
@@ -40,7 +41,7 @@
 {if $entry.country}
               {$entry.country|h}
 {/if}
-              <br /><br />
+              </br /><br />
             </td>
           </tr>
 {if $entry.phone}