Fehler im Template pollResult.tpl

  • Betroffene App
    WoltLab Suite Core

    aktueller Stand (4.0.3)

    Code
    <div class="caption">
                    <span class="optionName">
                        {$option->optionValue} ({#$option->votes})</span>
                        <span class="relativeVotes">{@$option->getRelativeVotes($poll)}%</span>
                    </span>
                </div>

    so wäre es richtig

    Code
    <div class="caption">
                    <span class="optionName">{$option->optionValue} ({#$option->votes})</span>
                    <span class="relativeVotes">{@$option->getRelativeVotes($poll)}%</span>
                </div>

    Der Kopf ist rund, damit das Denken die Richtung wechseln kann (Francis Picabia)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!