Fix Web page link on the minifiche. (Closes #1147)
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 24 Jun 2010 12:02:51 +0000 (14:02 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 24 Jun 2010 12:35:45 +0000 (14:35 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/include/minifiche.tpl

index 887f6cc..f593af7 100644 (file)
     <table cellspacing="0" cellpadding="0">
       {if $web}
       <tr>
-        <td class="lt">Page web&nbsp;:</td>
-        <td class="rt"><a href="{$web}">{$web}</a></td>
+        <td class="lt">{$web.name}&nbsp;:</td>
+        <td class="rt"><a href="{$web.address}">{$web.address}</a></td>
       </tr>
       {/if}
       {if $address && $address->country}