summaryrefslogtreecommitdiff
path: root/actions/peopletag.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/peopletag.php')
-rw-r--r--actions/peopletag.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/actions/peopletag.php b/actions/peopletag.php
index 13a0b7a41..2680638d7 100644
--- a/actions/peopletag.php
+++ b/actions/peopletag.php
@@ -90,11 +90,11 @@ 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');
+ $this->elementStart('div', 'instructions');
+ $this->elementStart('p');
+ $this->text($instr);
+ $this->elementEnd('p');
+ $this->elementEnd('div');
}
function get_title()