From ec9de70539083aad64deea2995cf9dfa9fb84b1a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 8 Jul 2008 20:22:42 -0400 Subject: p.instructions -> div.instructions darcs-hash:20080709002242-84dde-1d7a2107079ab5d84592d280a19a253663f84b4f.gz --- actions/remotesubscribe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/remotesubscribe.php') diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 2bcf4e53b..ce8b4057b 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -53,7 +53,7 @@ class RemotesubscribeAction extends Action { } else { $instructions = $this->get_instructions(); $output = common_markup_to_html($instructions); - common_element_start('p', 'instructions'); + common_element_start('div', 'instructions'); common_raw($output); common_element_end('p'); } -- cgit v1.2.3-54-g00ecf