summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 03:32:12 +0000
committerRobin Millette <millette@plantard.controlezvous.ca>2009-01-23 03:32:12 +0000
commitc8b606f17e124febf79db5a5aac5c545454435a1 (patch)
tree75fa89bd3c7eb448129bd0c58f3c269928f44607 /actions/public.php
parent63c5e34bed5e1552334ad2cd8baff9e84584cd2b (diff)
parent13bd15b0b54fbdf1f95b27813a7dfc934525baae (diff)
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php4
1 files changed, 2 insertions, 2 deletions
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');
}
}