From: Marcel Werk Date: Mon, 10 Mar 2014 16:16:18 +0000 (+0100) Subject: Fixed HTML syntax issue X-Git-Tag: 2.0.4~31 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8a5f3bf8a59388760787cc7eb2f565c27b589a13;p=GitHub%2FWoltLab%2FWCF.git Fixed HTML syntax issue --- diff --git a/com.woltlab.wcf/templates/pollResult.tpl b/com.woltlab.wcf/templates/pollResult.tpl index d42edb2292..750afe019a 100644 --- a/com.woltlab.wcf/templates/pollResult.tpl +++ b/com.woltlab.wcf/templates/pollResult.tpl @@ -3,10 +3,8 @@
  •  
    - - {$option->optionValue} ({#$option->votes}) - {@$option->getRelativeVotes($poll)}% - + {$option->optionValue} ({#$option->votes}) + {@$option->getRelativeVotes($poll)}%
  • {/foreach}