]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
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 d31dddb900000d6982696f6b8ed36a9629767780..511c15875b6c401f42087687a911c045916932a4 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 a396d0047e4606229dc1454c1d0baa3af5bb3086..b45cfcb158fa01da14472bc87e6dc858d6aa55f3 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>