Index: trunk/extensions/QPoll/qp_user.php |
— | — | @@ -682,7 +682,7 @@ |
683 | 683 | 0=>array( '__tag'=>'div', '__end'=>"\n", 'class'=>'header', |
684 | 684 | 0=>array( '__tag'=>'span', 'class'=>'questionId', 0=>$question->mQuestionId ) |
685 | 685 | ), |
686 | | - 1=>$this->parser->recursiveTagParse( $question->mCommonQuestion . "\n", $this->ppframe ) |
| 686 | + 1=>array( '__tag'=>'div', 0=>$this->parser->recursiveTagParse( $question->mCommonQuestion, $this->ppframe ) ) |
687 | 687 | ); |
688 | 688 | $tags[] = &$output_table; |
689 | 689 | return qp_Renderer::renderHTMLobject( $tags ); |
— | — | @@ -1061,7 +1061,7 @@ |
1062 | 1062 | 0=>array( '__tag'=>'div', '__end'=>"\n", 'class'=>'header', |
1063 | 1063 | 0=>array( '__tag'=>'span', 'class'=>'questionId', 0=>$question->mQuestionId ) |
1064 | 1064 | ), |
1065 | | - 1=>$this->parser->recursiveTagParse( $question->mCommonQuestion . "\n", $this->ppframe ) |
| 1065 | + 1=>array( '__tag'=>'div', 0=>$this->parser->recursiveTagParse( $question->mCommonQuestion, $this->ppframe ) ) |
1066 | 1066 | ); |
1067 | 1067 | $tags[] = &$output_table; |
1068 | 1068 | return qp_Renderer::renderHTMLobject( $tags ); |
Index: trunk/extensions/QPoll/qp_user.css |
— | — | @@ -37,5 +37,6 @@ |
38 | 38 | .qpoll .question { margin-left:2em; } |
39 | 39 | .qpoll .margin { padding-left:20px; } |
40 | 40 | .qpoll .header .questionId { font-size: 1.1em; font-weight: bold; float: left; } |
| 41 | +.qpoll .header .questionId { *padding-right: 0.5em; } /* applies to IE7 and below */ |
41 | 42 | .qpoll a.input em { color:black; background-color:#DFDFDF; margin-right:1px; } |
42 | 43 | .qpoll a.input input { padding-left:2px; border:0; } |