]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix OpenId cancelled / error message
authorCraig Andrews <candrews@integralblue.com>
Sat, 18 Jul 2009 02:55:59 +0000 (22:55 -0400)
committerCraig Andrews <candrews@integralblue.com>
Sat, 18 Jul 2009 02:55:59 +0000 (22:55 -0400)
Thanks jeff-themovie

actions/finishopenidlogin.php

index e9f7c746bb9195888f4bab95e558dcd3db06fc23..ff0b35218f5ccb0ecd38208e6771f3cb7970f813 100644 (file)
@@ -83,7 +83,7 @@ class FinishopenidloginAction extends Action
     function showContent()
     {
         if (!empty($this->message_text)) {
-            $this->element('p', null, $this->message);
+            $this->element('div', array('class' => 'error'), $this->message_text);
             return;
         }