summaryrefslogtreecommitdiff
path: root/actions/peopletag.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/peopletag.php')
-rw-r--r--actions/peopletag.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/peopletag.php b/actions/peopletag.php
index 69af8f39f..d819885b2 100644
--- a/actions/peopletag.php
+++ b/actions/peopletag.php
@@ -87,7 +87,9 @@ class PeopletagAction extends Action {
$instr = sprintf(_('These are users who have tagged themselves "%s" ' .
'to show a common interest, characteristic, hobby or job.'), $tag);
common_element_start('div', 'instructions');
+ common_element_start('p');
common_text($instr);
+ common_element_end('p');
common_element_end('div');
}