summaryrefslogtreecommitdiff
path: root/actions/peopletag.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-11-20 17:45:40 -0500
committerEvan Prodromou <evan@prodromou.name>2008-11-20 17:45:40 -0500
commit21dfd5e11e11304d74d1b9016d6d2794e7ddcf27 (patch)
treec041ecc2f38b0f9e4c27cb8f577e1c2310c2b558 /actions/peopletag.php
parent4cee2ab72ad442873359983a7279b069409e3919 (diff)
p-wrapper for instructions
darcs-hash:20081120224540-84dde-adc442888ce7e5faacffb062ed07b4508aed4538.gz
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');
}