From: <var...@us...> - 2021-07-28 13:29:16
|
Revision: 10374 http://sourceforge.net/p/phpwiki/code/10374 Author: vargenau Date: 2021-07-28 13:29:15 +0000 (Wed, 28 Jul 2021) Log Message: ----------- Add DOCTYPE, add language in <html> Modified Paths: -------------- trunk/themes/alphatest.php Modified: trunk/themes/alphatest.php =================================================================== --- trunk/themes/alphatest.php 2021-07-28 13:27:43 UTC (rev 10373) +++ trunk/themes/alphatest.php 2021-07-28 13:29:15 UTC (rev 10374) @@ -1,5 +1,7 @@ -<html> -<head><title>Alpha Channel Test</title> +<!DOCTYPE html> +<html xml:lang="en" lang="en"> +<head> +<title>Alpha Channel Test</title> <script type="text/javascript"><!-- var backgroundcolor = []; backgroundcolor[0] = '#ffffff'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |