p-wrapper for instructions

darcs-hash:20081120224540-84dde-adc442888ce7e5faacffb062ed07b4508aed4538.gz
This commit is contained in:
Evan Prodromou 2008-11-20 17:45:40 -05:00
parent 4cee2ab72a
commit 21dfd5e11e

View File

@ -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');
}