removed double class attribute from section tag on update overview
authormutec <mutec@users.noreply.github.com>
Tue, 27 Sep 2016 15:40:02 +0000 (17:40 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Sep 2016 15:40:02 +0000 (17:40 +0200)
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`.

wcfsetup/install/files/acp/templates/packageUpdate.tpl

index f79c508d7a9f28ffe8b6869504ff55a6fcf6ae33..93668f9a533b702291188bf8076e3ce2e6cc955b 100644 (file)
@@ -17,7 +17,7 @@
 </header>
 
 {foreach from=$availableUpdates item=update}
-       <section class="section" class="jsPackageUpdate" data-package="{$update[package]}">
+       <section class="section jsPackageUpdate" data-package="{$update[package]}">
                <header class="sectionHeader">
                        <h2 class="sectionTitle"><label>
                                <input type="checkbox" value="1" checked>