From: Craig Andrews Date: Sat, 18 Jul 2009 02:55:59 +0000 (-0400) Subject: Fix OpenId cancelled / error message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f1fc392e2d15479730385463a68b74eacb5cbbd0;p=quix0rs-gnu-social.git Fix OpenId cancelled / error message Thanks jeff-themovie --- diff --git a/actions/finishopenidlogin.php b/actions/finishopenidlogin.php index e9f7c746bb..ff0b35218f 100644 --- a/actions/finishopenidlogin.php +++ b/actions/finishopenidlogin.php @@ -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; }