Fixed HTML - added forgotten "
authormax-m <maximilian.mader@gmx.de>
Thu, 15 Dec 2011 17:58:16 +0000 (18:58 +0100)
committermax-m <maximilian.mader@gmx.de>
Thu, 15 Dec 2011 17:58:16 +0000 (18:58 +0100)
wcfsetup/install/files/acp/templates/packageListDetailed.tpl

index 78790cbdbaab30d1495b73b1a48650133cef9853..ac24ccbc33b12351cb8a92a1e0eeb831d50edad8 100644 (file)
@@ -79,7 +79,7 @@
                                                <td id="packageName{@$package->packageID}" class="columnTitle" title="{$package->packageDescription}">
                                                        <a href="{link controller='PackageView' id=$package->packageID}{/link}"><span>{$package->getName()}{if $package->instanceNo > 1 && $package->instanceName == ''} (#{#$package->instanceNo}){/if}</span></a>
                                                </td>
-                                               <td class="columnText><p>{if $package->authorURL}<a href="{@RELATIVE_WCF_DIR}acp/dereferrer.php?url={$package->authorURL|rawurlencode}" class="externalURL">{$package->author}</a>{else}{$package->author}{/if}</p></td>
+                                               <td class="columnText"><p>{if $package->authorURL}<a href="{@RELATIVE_WCF_DIR}acp/dereferrer.php?url={$package->authorURL|rawurlencode}" class="externalURL">{$package->author}</a>{else}{$package->author}{/if}</p></td>
                                                <td class="columnText"><p>{$package->packageVersion}</p></td>
                                                <td class="columnDate"><p>{@$package->updateDate|time}</p></td>