Disable caching. master
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 16 Dec 2013 23:08:31 +0000 (00:08 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 16 Dec 2013 23:08:31 +0000 (00:08 +0100)
matrixgen.pl
template.header.html

index 95845b1..516faa4 100755 (executable)
@@ -249,6 +249,8 @@ print qq(<?xml version="1.0" encoding="UTF-8"?>
 
 <head>
        <title>Reports by platform table</title>
+       <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
+       <meta http-equiv="Cache-Control" content="no-cache"/>
        <style type="text/css">
                table.main {border:none;}
                table.cert {border:1px solid black; border-collapse:collapse; text-align:center;}
index e41121e..85a3a20 100644 (file)
@@ -4,6 +4,7 @@
 
 <head>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+  <meta http-equiv="Cache-Control" content="no-cache">
   <title>@TITLE@</title>
 </head>