I have a semi-colon on my index page that is uninvited. Immediately above "Conditions at local time."
I have gone through index.php and index_text.php many times and cannot find it's source. Code is below if anyone can spot what I can't find.
http://w9sbu.wolf-running.com/weather/index.phpindex_text:
<!-- WEATHER DATA BEGIN -->
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="Observations actuelles">
<caption style="text-align: left">
<strong>
<?php
echo $Tr_CondAt.' '.$time;
if ($currcondenc != "") { echo '.</br>'.$Tr_currcond.': '.$currcondenc; }
?>
</strong>
</caption>
index.php:
<h1><?php echo $Tr_forecast; ?> : <span style="color: #000"><?php echo $forecast; ?></span></h1><br />
<!-- WEATHER DATA INCLUSION -->
<?php include('index_txt.php')?>
<div style="clear: both"></div>
</div>
<!-- Right side column -->