[geeklog-cvs] Geeklog-1.x/plugins/polls/templates pollvotes_bar.thtml, 1.5, 1.6

Dirk Haun dhaun at qs1489.pair.com
Sun Dec 30 08:38:16 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates
In directory qs1489.pair.com:/tmp/cvs-serv87869/plugins/polls/templates

Modified Files:
	pollvotes_bar.thtml 
Log Message:
Fixes for HTML Strict validation, provided by Eric Warren


Index: pollvotes_bar.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/pollvotes_bar.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pollvotes_bar.thtml	25 Nov 2007 06:57:00 -0000	1.5
--- pollvotes_bar.thtml	30 Dec 2007 13:38:14 -0000	1.6
***************
*** 2,6 ****
              <td class="poll_answer_text">{answer_text}</td>
              <td class="poll_answer_bar">
!                 <img src="{layout_url}/images/bar.gif" width="{bar_width}" height="10" align="bottom" alt=""{xhtml}> {answer_num} ({answer_percent}%)
              </td>
          </tr>
--- 2,6 ----
              <td class="poll_answer_text">{answer_text}</td>
              <td class="poll_answer_bar">
!                 <img src="{layout_url}/images/bar.gif" width="{bar_width}" height="10" style="align:bottom;" alt=""{xhtml}> {answer_num} ({answer_percent}%)
              </td>
          </tr>




More information about the geeklog-cvs mailing list