web/include widgets.inc,1.3,1.4

Karsten Wade (kwade) fedora-extras-commits at redhat.com
Tue Dec 6 18:55:39 UTC 2005


Author: kwade

Update of /cvs/fedora/web/include
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19081

Modified Files:
	widgets.inc 
Log Message:
Reverting this piece to what was in 1.2 that wasn't broken ... I'm figuring I did a phat phinger on this page while editing last night.


Index: widgets.inc
===================================================================
RCS file: /cvs/fedora/web/include/widgets.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- widgets.inc	15 Nov 2005 23:38:14 -0000	1.3
+++ widgets.inc	6 Dec 2005 18:55:37 -0000	1.4
@@ -55,7 +55,7 @@
 		$imgsize = getimagesize($_SERVER[DOCUMENT_ROOT]."/".$filename_deslash);
 	}
 	if ($extra != "") $extra = " ".$extra;
-	return "<img src=\"$filename\" {$imgsize[3]} alt=\"$alt\"$extra>";
+	return "<img src=\"$filename\" {$imgsize[3]} alt=\"$alt\"$extra />";
 }
 
 /* Escape and obfuscate the email to hide it from spambots,




More information about the scm-commits mailing list