From 21dfd5e11e11304d74d1b9016d6d2794e7ddcf27 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 17:45:40 -0500 Subject: p-wrapper for instructions darcs-hash:20081120224540-84dde-adc442888ce7e5faacffb062ed07b4508aed4538.gz --- actions/peopletag.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/peopletag.php b/actions/peopletag.php index 69af8f39f..d819885b2 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'); } -- cgit v1.2.3-54-g00ecf