XHTML5 compliance, UTF-8 encoding

This commit is contained in:
Michael Jumper
2011-06-30 14:42:55 -07:00
parent 6cc8e4204e
commit 5bca79cd9c
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
<!-- Basic config --> <!-- Basic config -->
<welcome-file-list> <welcome-file-list>
<welcome-file>index.html</welcome-file> <welcome-file>index.xhtml</welcome-file>
</welcome-file-list> </welcome-file-list>
<session-config> <session-config>
<session-timeout> <session-timeout>

View File

@@ -1,4 +1,5 @@
<!DOCTYPE HTML> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<!-- <!--
Guacamole - Clientless Remote Desktop Guacamole - Clientless Remote Desktop
@@ -18,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<html> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/> <link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/>