Fixed minor issues
authorAlexander Ebert <ebert@woltlab.com>
Wed, 20 Jan 2016 16:44:22 +0000 (17:44 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 20 Jan 2016 16:44:22 +0000 (17:44 +0100)
wcfsetup/install/files/acp/templates/rescueMode.tpl
wcfsetup/install/files/lib/acp/form/RescueModeForm.class.php

index 5936b1d75c39b90b5bffc3a8b531852227468150..daf1c4552235211c161979fd33587fedb5def23f 100644 (file)
@@ -6,7 +6,7 @@
        <title>{lang}wcf.acp.rescueMode{/lang} - {lang}wcf.global.acp{/lang}{if PACKAGE_ID} - {PAGE_TITLE|language}{/if}</title>
        
        <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600">
-       <link rel="stylesheet" href="{$pageURL}&proxy=css">
+       <link rel="stylesheet" href="{$pageURL}&amp;proxy=css">
 </head>
 
 <body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}" class="wcfAcp">
@@ -19,7 +19,7 @@
                                <div class="layoutBoundary">
                                        <div id="logo" class="logo">
                                                <a href="{$pageURL}">
-                                                       <img src="{$pageURL}&proxy=logo" alt="" class="large">
+                                                       <img src="{$pageURL}&amp;proxy=logo" alt="" class="large">
                                                </a>
                                        </div>
                                </div>
index 9f3e16d17dabe4bba10a62e88e309d687478ce2e..d45286a1a44a688167248b82bb31c13c63af5354 100644 (file)
@@ -209,7 +209,7 @@ class RescueModeForm extends AbstractCaptchaForm {
                        $this->applicationValues[$packageID]['domainPath'] = $domainPath;
                        
                        if (isset($usedPaths[$domainName])) {
-                               if(isset($usedPaths[$domainName][$domainPath])) {
+                               if (isset($usedPaths[$domainName][$domainPath])) {
                                        WCF::getTPL()->assign('conflictApplication', $this->applications[$usedPaths[$domainName][$domainPath]]->getPackage());
                                        throw new UserInputException("application_{$packageID}_domainPath", 'conflict');
                                }