From: Evan Prodromou Date: Thu, 20 Nov 2008 22:45:40 +0000 (-0500) Subject: p-wrapper for instructions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21dfd5e11e11304d74d1b9016d6d2794e7ddcf27;p=quix0rs-gnu-social.git p-wrapper for instructions darcs-hash:20081120224540-84dde-adc442888ce7e5faacffb062ed07b4508aed4538.gz --- diff --git a/actions/peopletag.php b/actions/peopletag.php index 69af8f39fe..d819885b28 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'); }