From: <var...@us...> - 2011-01-13 13:58:05
|
Revision: 7828 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7828&view=rev Author: vargenau Date: 2011-01-13 13:57:59 +0000 (Thu, 13 Jan 2011) Log Message: ----------- Do not care about dead browsers Modified Paths: -------------- trunk/themes/default/templates/redirect.tmpl Modified: trunk/themes/default/templates/redirect.tmpl =================================================================== --- trunk/themes/default/templates/redirect.tmpl 2011-01-13 13:55:52 UTC (rev 7827) +++ trunk/themes/default/templates/redirect.tmpl 2011-01-13 13:57:59 UTC (rev 7828) @@ -1,10 +1,9 @@ <?php -// rcs_id('$Id$'); +// $Id$ /* * Redirect output. */ -if (browserVersion() >= 4.0) - echo "<","?xml version=\"1.0\" encoding=\"", $charset, "\"?", ">\n"; +echo "<","?xml version=\"1.0\" encoding=\"", $charset, "\"?", ">\n"; ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |