p-wrapper for instructions
darcs-hash:20081120224540-84dde-adc442888ce7e5faacffb062ed07b4508aed4538.gz
This commit is contained in:
parent
4cee2ab72a
commit
21dfd5e11e
@ -87,7 +87,9 @@ class PeopletagAction extends Action {
|
|||||||
$instr = sprintf(_('These are users who have tagged themselves "%s" ' .
|
$instr = sprintf(_('These are users who have tagged themselves "%s" ' .
|
||||||
'to show a common interest, characteristic, hobby or job.'), $tag);
|
'to show a common interest, characteristic, hobby or job.'), $tag);
|
||||||
common_element_start('div', 'instructions');
|
common_element_start('div', 'instructions');
|
||||||
|
common_element_start('p');
|
||||||
common_text($instr);
|
common_text($instr);
|
||||||
|
common_element_end('p');
|
||||||
common_element_end('div');
|
common_element_end('div');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user