Another little issue again

Template: dto_garage_index_results_row_bits
Must be:
Code:
<td valign="top" align="center" style="padding:5px;border: 1px solid #d0d0d0;"
onMouseover="this.className='alt2';this.style.cursor='pointer';"
onMouseout="this.className='alt1';"
onclick="top.location.href='dto_garage.php?do=viewvehicle&vehicle_id=$vehicle_id';"
>
<img border="0" src="$thumbname" alt="" /><br />
<if condition="$line1">
<span class="smallfont"><b>$line1</b></span><br />
</if>
<if condition="$line2">
<span class="smallfont">$line2</span><br />
</if>
<if condition="$line3">
<span class="smallfont">$line3</span><br />
</if>
</a>
</td>