summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-02-16 13:59:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-16 13:59:57 +0100
commit4a066d55a311013dbdc5844624ba3ca8d08f84e1 (patch)
tree810d8b91435902ff27d22d624626c60c762390e5 /examples
parent8cf5cb96a8f49b4a2fd816e10dab385463becb43 (diff)
downloadqtwebsockets-4a066d55a311013dbdc5844624ba3ca8d08f84e1.tar.gz
Mark html page as being utf-8
FireFox complained when opening the page without proper indication of the encoding. Change-Id: I4f0891699c72d46bcf0cd488e2ecaf095514fabc Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/sslechoserver/sslechoclient.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/sslechoserver/sslechoclient.html b/examples/sslechoserver/sslechoclient.html
index ddae9da..b9faa44 100644
--- a/examples/sslechoserver/sslechoclient.html
+++ b/examples/sslechoserver/sslechoclient.html
@@ -1,6 +1,8 @@
+<!DOCTYPE html>
<html>
<head>
<title>Websocket Echo Client</title>
+ <meta charset="utf-8">
</head>
<body>
<h1>Websocket Echo Client</h1>