Update of /cvsroot/freevo/freevo/src/www/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4611

Modified Files:
        guide.rpy 
Log Message:
Remove comma from between tag attributes.


Index: guide.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/guide.rpy,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** guide.rpy   10 Aug 2004 12:54:22 -0000      1.27
--- guide.rpy   10 Aug 2004 16:02:39 -0000      1.28
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.28  2004/08/10 16:02:39  rshortt
+ # Remove comma from between tag attributes.
+ #
  # Revision 1.27  2004/08/10 12:54:22  outlyer
  # An impressive update to the guide code from Jason Tackaberry that
***************
*** 297,301 ****
                              style += 'text-align: center; '
  
!                         rowdata.append('<td class="%s" onclick="guide_click(this, 
event)" id="%s" colspan="%s", style="%s">%s</td>' % (status, popid, colspan, style, 
cell))
                          now += colspan * PRECISION
                          c_left -= colspan
--- 300,304 ----
                              style += 'text-align: center; '
  
!                         rowdata.append('<td class="%s" onclick="guide_click(this, 
event)" id="%s" colspan="%s" style="%s">%s</td>' % (status, popid, colspan, style, 
cell))
                          now += colspan * PRECISION
                          c_left -= colspan



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to