diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.php | 2 | ||||
-rw-r--r-- | lib/openid.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/gallery.php b/lib/gallery.php index c6a4956f8..22488b3fd 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -54,7 +54,7 @@ class GalleryAction extends Action { } function show_top($profile) { - common_element('p', 'instructions', + common_element('div', 'instructions', $this->get_instructions($profile)); } diff --git a/lib/openid.php b/lib/openid.php index 11934138f..5ad744fa1 100644 --- a/lib/openid.php +++ b/lib/openid.php @@ -191,7 +191,7 @@ function oid_authenticate($openid_url, $returnto, $immediate=false) { # Half-assed attempt at a module-private function function _oid_print_instructions() { - common_element('p', 'instructions', + common_element('div', 'instructions', _t('This form should automatically submit itself. '. 'If not, click the submit button to go to your '. 'OpenID provider.')); |