Semi-colon semi-bug

git-svn-id: http://svn.automattic.com/wordpress/trunk@2352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-02-15 23:25:59 +00:00
parent b6890e8937
commit 78842f0672
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ die();
}
if ( ereg('image/',$img1_type) )
$piece_of_code = "<img src=';". get_settings('fileupload_url') ."/$img1_name' alt='$imgdesc' />";
$piece_of_code = "<img src='" . get_settings('fileupload_url') ."/$img1_name' alt='$imgdesc' />";
else
$piece_of_code = "<a href='". get_settings('fileupload_url') . "/$img1_name' title='$imgdesc'>$imgdesc</a>";