diff --git a/Templates/Notice/19.tpl b/Templates/Notice/19.tpl index 0ccd2ec4..99c7ee3c 100644 --- a/Templates/Notice/19.tpl +++ b/Templates/Notice/19.tpl @@ -62,12 +62,14 @@ for($i=152;$i<=161;$i++) { } } if(isset($dataarray[147]) and $dataarray[147]!=0){ - if ($dataarray[161]==0){$tdclass='class="none"';} - echo "$dataarray[161]"; + if ($dataarray[161]==0) $tdclass='class="none"'; else $tdclass=''; + echo "$dataarray[161]"; } } -echo ""; -?> +if(isset($dataarray[171]) && $dataarray[171] !=''){ +echo $dataarray[171]; +} +echo "";?> - \ No newline at end of file +