diff options
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r-- | actions/shownotice.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php index 2e14963bb..21784e4fd 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -17,7 +17,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -if (!defined('LACONICA')) { exit(1) } +if (!defined('LACONICA')) { exit(1); } class ShownoticeAction extends Action { @@ -64,8 +64,8 @@ class ShownoticeAction extends Action { common_start_element('a', array('href' => $profile->profileurl, 'class' => 'nickname', 'title' => - ($profile->fullname) ? $profile->fullname : - $profile->nickname)), + ($profile->fullname) ? $profile->fullname : + $profile->nickname), $profile->nickname); # FIXME: URL, image, video, audio common_element('span', array('class' => 'content'), |