]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
p-wrapper for instructions
authorEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 22:45:40 +0000 (17:45 -0500)
committerEvan Prodromou <evan@prodromou.name>
Thu, 20 Nov 2008 22:45:40 +0000 (17:45 -0500)
darcs-hash:20081120224540-84dde-adc442888ce7e5faacffb062ed07b4508aed4538.gz

actions/peopletag.php

index 69af8f39fe2fe63f871796c36e8e29b85a6dd8fd..d819885b28ff6fb17112afcb2b28e5bcae3a6de0 100644 (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');
        }