From 4a066d55a311013dbdc5844624ba3ca8d08f84e1 Mon Sep 17 00:00:00 2001
From: Kurt Pattyn <pattyn.kurt@gmail.com>
Date: Sun, 16 Feb 2014 13:59:29 +0100
Subject: [PATCH] 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>
---
 examples/sslechoserver/sslechoclient.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/sslechoserver/sslechoclient.html b/examples/sslechoserver/sslechoclient.html
index ddae9dab..b9faa44a 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>
-- 
GitLab