]> git.datanom.net - qtadmin.git/commitdiff
Fix timer
authorMichael Rasmussen <mir@datanom.net>
Wed, 3 Jun 2015 22:41:05 +0000 (00:41 +0200)
committerMichael Rasmussen <mir@datanom.net>
Wed, 3 Jun 2015 22:41:05 +0000 (00:41 +0200)
index.php

index 2714d9a913d54864e6006e9086135238e93f66cd..338432cdc06150372a7badebd337dd43d25633ae 100644 (file)
--- a/index.php
+++ b/index.php
@@ -34,8 +34,8 @@
         echo "<table><tr>";
         echo "<table><tr><th>Received</th><th>Cause</th>";
         echo "<th>Sender</th><th>Recipient</th><th>Subject</th><th>Action</th>";
-        echo "<th><input name=\"multiselect\" type=\"checkbox\"
-              onchange=\"javascript: updateAction(this)\" /></th>";
+        echo "<th><input name=\"multiselect\" type=\"checkbox\" ";
+        echo "onchange=\"javascript: updateAction(this)\" /></th>";
         echo "</tr>";
 
         $mailInfo = array();
This page took 0.031161 seconds and 5 git commands to generate.