MyBB.de Forum
[G] Fehlender Tag-Abschluß in Template: polls_showresults_resultbit - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Bugs (https://www.mybb.de/forum/forum-40.html)
+----- Forum: Gemeldete/Nicht gemeldete Bugs (https://www.mybb.de/forum/forum-41.html)
+----- Thema: [G] Fehlender Tag-Abschluß in Template: polls_showresults_resultbit (/thread-1066.html)



[G] Fehlender Tag-Abschluß in Template: polls_showresults_resultbit - Bricktop - 10.02.2006

Hiho,

habe gerade beim Basteln gesehen, dass in oben genannten default-Template die Spalte 1 der Tabelle nicht abgeschlossen ist.

Code:
<tr>
<td class="$optionbg" align="right">$option$votestar[color=red]</td>[/color]
<td class="$optionbg"><img src="$theme[imgdir]/pollbar-s.gif" /><img src="$theme[imgdir]/pollbar.gif" width="$imagewidth" height="10" /><img src="$theme[imgdir]/pollbar-e.gif" /><br />$userlist</td>
<td class="$optionbg" width="67" align="center"><a href="polls.php?action=showresults&amp;pid=$poll[pid]#option$number">$votes</a></td>
<td class="$optionbg" width="67" align="center">$percent%</td>
</tr>

Dort fehlt das abschließende </td>.


Ist nichts wildes, aber Boardbetreiber, die ihren Code validieren lassen wollen, werden entsprechende Fehler ausgeworfen bekommen.