Remove incorrect use of `@` from WCFSetup templates
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 10:27:46 +0000 (12:27 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 10:27:46 +0000 (12:27 +0200)
commitbfdc614f05cf349f6ebf908b227126bbe2376836
tree563f88da59614974898adc60c3979ca4800bad68
parentb1a7b2bd7fe0bb8293cdf57aa78970d3c30eaefb
Remove incorrect use of `@` from WCFSetup templates

Most of these values appear in attributes where `"` must be escaped. While the
`"` cannot appear in some of the values, WCFSetup is not performance critical,
so simply remove them everywhere to save the developer from needing to think
about this.
wcfsetup/setup/template/footer.tpl
wcfsetup/setup/template/header.tpl
wcfsetup/setup/template/stepConfigureDB.tpl
wcfsetup/setup/template/stepConfigureDirectories.tpl
wcfsetup/setup/template/stepCreateUser.tpl
wcfsetup/setup/template/stepNext.tpl
wcfsetup/setup/template/stepSelectSetupLanguage.tpl
wcfsetup/setup/template/stepShowLicense.tpl
wcfsetup/setup/template/stepShowSystemRequirements.tpl