Hi,

in the week template I do have the following code:

                <div class="card" >

                    <h1><i class="fa fa-cloud m-grau" ></i> Daten der 
Tage</h1>

                    <table >

                    
<tr><td>Tag</td><td>Höchsttemp.</td><td>Tiefsttemp</td>><td>Niederschlag</td></tr>

                    #for $day in $week.days

                    
<tr><td>$day.start.format("%A")</td><td>$day.outTemp.max</td><td>$day.outTemp.min</td>><td>$day.rain.sum</td></tr>

                    #end for

                    </table>

                </div>



Works fine with the exception that between the header "Daten der Tage" and 
the title line of the Table "Tag ..." the following is inserted


>>>>>>>>


on the webpage generated.


Page: http://wetter.giessler.de/week.html



Unfortunately I do not have a clue what I need to change to get rid of the "
>>>>>>>>"


Thank you for your help!


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to