From 02e34c26c98bf0cea35c859da5262029e56b75ed Mon Sep 17 00:00:00 2001 From: Randy Jensen Date: Sat, 3 Dec 2011 16:09:20 -0600 Subject: [PATCH] fixed href linking bug --- openphoto-wordpress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openphoto-wordpress.php b/openphoto-wordpress.php index cba34ab..2092646 100644 --- a/openphoto-wordpress.php +++ b/openphoto-wordpress.php @@ -107,7 +107,7 @@ class WP_OpenPhoto { aligment = ''; } - img += '' + alt_text + ''; + img += '' + alt_text + ''; if (caption_text != "") { img += '[/caption]';