Added support for UTF-8 in the campaign html templates
authorGeorge Milescu <george.milescu@gmail.com>
Mon, 2 Aug 2010 16:10:08 +0000 (18:10 +0200)
committerGeorge Milescu <george.milescu@gmail.com>
Mon, 2 Aug 2010 16:10:08 +0000 (18:10 +0200)
Signed-off-by: George Milescu <george.milescu@gmail.com>
ConfigFiles/campaign01.html
ConfigFiles/campaign02.html

index d31dddb..511c158 100644 (file)
@@ -1,5 +1,6 @@
 <html>
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Proxy Technology Tests</title>
     <style  TYPE="text/css">
     <!--
     </div>
 
   </body>
-</html>
\ No newline at end of file
+</html>
index a396d00..b45cfcb 100644 (file)
@@ -1,5 +1,6 @@
 <html>
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title>Swarm metrics validation campaign</title>
     <style  TYPE="text/css">
     <!--
       </div>
     </div>
 
-    <div id="footer">For further information please contact George Milescu (george.milescu [at] gmail.com) and Răzvan Deaconescu (razvan.deaconescu@cs.pub.ro)
+    <div id="footer">For further information please contact George Milescu (george.milescu [at] gmail.com) and Răzvan Deaconescu (razvan.deaconescu [at] cs.pub.ro)
     </div>
 
   </body>
-</html>
\ No newline at end of file
+</html>