1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Bugtracker #4879 - handle bbcode in old poll options

This commit is contained in:
e107steved
2009-12-28 18:13:46 +00:00
parent 61e9b3dcf3
commit 7ebf5afe91

View File

@@ -9,9 +9,9 @@
* *
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/poll/oldpolls.php,v $ * $Source: /cvs_backup/e107_0.8/e107_plugins/poll/oldpolls.php,v $
* $Revision: 1.8 $ * $Revision: 1.9 $
* $Date: 2009-11-18 01:06:01 $ * $Date: 2009-12-28 18:13:07 $
* $Author: e107coders $ * $Author: e107steved $
*/ */
require_once("../../class2.php"); require_once("../../class2.php");
@@ -75,7 +75,7 @@ if(e_QUERY)
{ {
$text .= " $text .= "
<tr> <tr>
<td style='width:40%; text-align: right' class='mediumtext'><b>".$tp -> toHTML($option)."</b>&nbsp;&nbsp;</td> <td style='width:40%; text-align: right' class='mediumtext'><b>".$tp -> toHTML($option, TRUE, 'TITLE')."</b>&nbsp;&nbsp;</td>
<td class='smalltext'> <td class='smalltext'>
<div style='background-image: url($barl); width: 5px; height: 14px; float: left;'> <div style='background-image: url($barl); width: 5px; height: 14px; float: left;'>
</div> </div>