Completed
Push — development ( 4fd24e...8c9abe )
by Thomas
13:35 queued 06:36
created
htdocs/lib2/OcSmarty.class.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -598,8 +598,8 @@  discard block
 block discarded – undo
598 598
         return $sTarget;
599 599
     }
600 600
 
601
-     public function acceptsAndPurifiesHtmlInput()
602
-     {
601
+        public function acceptsAndPurifiesHtmlInput()
602
+        {
603 603
         // Prevent false XSS detection of harmless HTML code
604 604
         // see https://redmine.opencaching.de/issues/1137
605 605
         // see https://stackoverflow.com/questions/43249998/chrome-err-blocked-by-xss-auditor-details
@@ -609,5 +609,5 @@  discard block
 block discarded – undo
609 609
         // This is ensured by HTMLpurifier in OC code.
610 610
 
611 611
         header('X-XSS-Protection: 0');
612
-     }
612
+        }
613 613
 }
Please login to merge, or discard this patch.