- Added a <br> to poll output, so questions are displayed each in it's own row.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4106 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-07-18 18:35:46 +00:00
parent 71426a3530
commit 3a6fb1ba68
+1 -1
View File
@@ -79,7 +79,7 @@
while(select_query.NextRow())
pollid = select_query.item[1]
pollquestion = select_query.item[2]
output += "<a href=\"byond://?src=\ref[src];pollid=[pollid]\"><b>[pollquestion]</b></a> "
output += "<a href=\"byond://?src=\ref[src];pollid=[pollid]\"><b>[pollquestion]</b></a><br>"
src << browse(output,"window=playerpolllist;size=500x300")