diff --git a/Templates/Notice/3.tpl b/Templates/Notice/3.tpl
index 90875dde..eabc891e 100644
--- a/Templates/Notice/3.tpl
+++ b/Templates/Notice/3.tpl
@@ -6,6 +6,7 @@
############################################################
$dataarray = explode(",",$message->readingNotice['data']);
if(isset($dataarray[151]) and $dataarray[151]!=0){$colspan="11";}else{$colspan="10";}
+$colspan2 = 10;
?>
diff --git a/Templates/Notice/3x.tpl b/Templates/Notice/3x.tpl
index 90a04826..ebeeb0e8 100644
--- a/Templates/Notice/3x.tpl
+++ b/Templates/Notice/3x.tpl
@@ -9,6 +9,7 @@ $time = $database->getNotice2($_GET['id'], 'time');
$data = $database->getNotice2($_GET['id'], 'data');
$dataarray = explode(",",$data);
if($dataarray[151]!='' and $dataarray[151]!=0){$colspan="11";}else{$colspan="10";}
+$colspan2 = 10;
?>