Completed
Pull Request — master (#21)
by Patrick
02:35
created
class.FlipPage.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -715,7 +715,7 @@
 block discarded – undo
715 715
      */
716 716
     private function addJSGlobals()
717 717
     {
718
-      $this->body = $this->body.'<script>
718
+        $this->body = $this->body.'<script>
719 719
 var loginUrl = \''.$this->loginUrl.'\'
720 720
 var logoutUrl = \''.$this->logoutUrl.'\'
721 721
 </script>';
Please login to merge, or discard this patch.