From: <var...@us...> - 2021-12-15 14:08:34
|
Revision: 10785 http://sourceforge.net/p/phpwiki/code/10785 Author: vargenau Date: 2021-12-15 14:08:31 +0000 (Wed, 15 Dec 2021) Log Message: ----------- Simpler charset syntax Modified Paths: -------------- trunk/themes/default/templates/redirect.tmpl Modified: trunk/themes/default/templates/redirect.tmpl =================================================================== --- trunk/themes/default/templates/redirect.tmpl 2021-12-15 14:00:55 UTC (rev 10784) +++ trunk/themes/default/templates/redirect.tmpl 2021-12-15 14:08:31 UTC (rev 10785) @@ -15,7 +15,7 @@ <!DOCTYPE html> <html xml:lang="<?php echo $LANG ?>" lang="<?php echo $LANG ?>"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<meta charset="UTF-8" /> <meta name="robots" content="noindex, nofollow" /> <meta name="generator" content="PhpWiki <?php echo PHPWIKI_VERSION?>" /> <base href="<?php echo PHPWIKI_BASE_URL?>" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |