From 13bd15b0b54fbdf1f95b27813a7dfc934525baae Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 23 Jan 2009 04:31:50 +0100 Subject: p -> div for markup wrapper --- actions/public.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/public.php') diff --git a/actions/public.php b/actions/public.php index 395d28819..396b60e83 100644 --- a/actions/public.php +++ b/actions/public.php @@ -215,8 +215,8 @@ class PublicAction extends Action $m = _('This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' . 'based on the Free Software [Laconica](http://laconi.ca/) tool. ' . '[Join now](%%action.register%%) to share notices about yourself with friends, family, and colleagues! ([Read more](%%doc.help%%))'); - $this->elementStart('p', 'anonymous'); + $this->elementStart('div', 'anonymous'); $this->raw(common_markup_to_html($m)); - $this->elementEnd('p'); + $this->elementEnd('div'); } } -- cgit v1.2.3-54-g00ecf