diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 17:45:40 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 17:45:40 -0500 |
commit | 21dfd5e11e11304d74d1b9016d6d2794e7ddcf27 (patch) | |
tree | c041ecc2f38b0f9e4c27cb8f577e1c2310c2b558 | |
parent | 4cee2ab72ad442873359983a7279b069409e3919 (diff) |
p-wrapper for instructions
darcs-hash:20081120224540-84dde-adc442888ce7e5faacffb062ed07b4508aed4538.gz
-rw-r--r-- | actions/peopletag.php | 2 |
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'); } |