Fixed HTML syntax issue
authorMarcel Werk <burntime@woltlab.com>
Mon, 10 Mar 2014 16:16:18 +0000 (17:16 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 10 Mar 2014 16:16:18 +0000 (17:16 +0100)
com.woltlab.wcf/templates/pollResult.tpl

index d42edb2292d727b380e70197cbdade30c5b8554f..750afe019a909bfcb5885530a167493aca0ab436 100644 (file)
@@ -3,10 +3,8 @@
                <li class="pollResultItem">
                        <span class="pollMeter" style="width: {if $option->getRelativeVotes($poll)}{@$option->getRelativeVotes($poll)}%{else}0{/if}">&nbsp;</span>
                        <div class="caption">
-                               <span class="optionName">
-                                       {$option->optionValue} ({#$option->votes})</span>
-                                       <span class="relativeVotes">{@$option->getRelativeVotes($poll)}%</span>
-                               </span>
+                               <span class="optionName">{$option->optionValue} ({#$option->votes})</span>
+                               <span class="relativeVotes">{@$option->getRelativeVotes($poll)}%</span>
                        </div>
                </li>
        {/foreach}