From: mutec Date: Tue, 27 Sep 2016 15:40:02 +0000 (+0200) Subject: removed double class attribute from section tag on update overview X-Git-Tag: 3.0.0_Beta_2~99^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c22b1a7d6f4f9bdf34f184a06fd7e8c626c541ed;p=GitHub%2FWoltLab%2FWCF.git removed double class attribute from section tag on update overview The `section` got two `class="x"` attributes which makes it impossible to run any update from the PackageUpdatePage because the second gets ignored and `WCF.ACP.Package.Update.Manager` won't find any `.jsPackageUpdate`. --- diff --git a/wcfsetup/install/files/acp/templates/packageUpdate.tpl b/wcfsetup/install/files/acp/templates/packageUpdate.tpl index f79c508d7a..93668f9a53 100644 --- a/wcfsetup/install/files/acp/templates/packageUpdate.tpl +++ b/wcfsetup/install/files/acp/templates/packageUpdate.tpl @@ -17,7 +17,7 @@ {foreach from=$availableUpdates item=update} -
+