error in polls (and fix)

takeda

Joined: 2003-06-29
Posts: 5
Posted: Tue, 2004-02-17 17:01

I was looking on forum and couldn't find anyone that was reporting that issue.

I'm using Gallery 1.4.2 from ports http://www.freshports.org/www/gallery

I have polls enabled and link "See full poll results" is not clickable I looked into html code and it looks like this:
</table<a href="http://www.takeda.tk/gallery/poll_results.php?set_albumName=fun">See full poll results</a><br><form action="http://www.takeda.tk/gallery/view_album.php" name="vote_form" method="POST">
Look carefully, just after "</table" there is no ">".

I was looking at the code, and I error in util.php, line 1735, adding ">" after "</table" fixes that problem.