From 78c3210f6afac231c199e93caf5c022083049192 Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Tue, 27 Sep 2011 00:29:34 -0500 Subject: fixed a bug I introduced when working on the testbubble theme - user's photo widget header div wasn't closed correctly + some opera-friendly style changes --- mod/photos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/photos.php b/mod/photos.php index cb7df15cc..90d51000e 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -34,7 +34,7 @@ function photos_init(&$a) { $a->data['albums'] = $albums; $o .= '
'; - $o .= '
' . $a->data['user']['username'] . ''; + $o .= '
' . $a->data['user']['username'] . '
'; $o .= '
' . $a->data['user']['username'] . '
'; $o .= '
'; -- cgit v1.2.3