hi
i found a bug in this polls modul
in Polls.module.php
this row
$this->smarty->assign('formstart','GetFormOnSubmit($this->GetName(),"poll").'"');
replace with
$this->smarty->assign('formstart','GetFormOnSubmit($this->GetName(),"poll").'>');
thats all folks
solution for polls made simple modul
Re: solution for polls made simple modul
Thx. Can you post this please as bug report on project page too?