]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/error.php
Merge branch 'master' into 0.7.x
[quix0rs-gnu-social.git] / lib / error.php
index 03065bc709c42c2ac0ebd4c4125a4f7b34c69c6a..526d9f81be245a36e1173814415b25e6e3720818 100644 (file)
@@ -111,7 +111,7 @@ class ErrorAction extends Action
     function showBody()
     {
         $this->elementStart('body', array('id' => 'error'));
-        $this->elementStart('div', 'wrap');
+        $this->elementStart('div', array('id' => 'wrap'));
         $this->showHeader();
         $this->showCore();
         $this->showFooter();