Mark html page as being utf-8
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 16 Feb 2014 12:59:29 +0000 (13:59 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sun, 16 Feb 2014 12:59:57 +0000 (13:59 +0100)
FireFox complained when opening the page without proper indication of the
encoding.

Change-Id: I4f0891699c72d46bcf0cd488e2ecaf095514fabc
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
examples/sslechoserver/sslechoclient.html

index ddae9da..b9faa44 100644 (file)
@@ -1,6 +1,8 @@
+<!DOCTYPE html>
 <html>
     <head>
         <title>Websocket Echo Client</title>
+        <meta charset="utf-8">
     </head>
     <body>
         <h1>Websocket Echo Client</h1>