Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17300
Modified Files:
headlines.py
Log Message:
Ouch... there isn't a <bt> tag, but supporting the <br> tag would be a
good idea ;) Ditto for the 'XHTML' version, <br/>
Works properly now.
Index: headlines.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/headlines.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** headlines.py 6 Dec 2003 13:47:28 -0000 1.15
--- headlines.py 21 Jun 2004 12:21:00 -0000 1.16
***************
*** 16,19 ****
--- 16,25 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.16 2004/06/21 12:21:00 outlyer
+ # Ouch... there isn't a <bt> tag, but supporting the <br> tag would be a
+ # good idea ;) Ditto for the 'XHTML' version, <br/>
+ #
+ # Works properly now.
+ #
# Revision 1.15 2003/12/06 13:47:28 dischi
# changes to the new draw function in skin
***************
*** 255,259 ****
description = description.replace('\n\n', '&#xxx;').replace('\n', ' ').\
replace('&#xxx;', '\n')
! description = description.replace('<p>', '\n').replace('<bt>', '\n')
description = description + '\n \n \nLink: ' + link
description = util.htmlenties2txt(description)
--- 261,266 ----
description = description.replace('\n\n', '&#xxx;').replace('\n', ' ').\
replace('&#xxx;', '\n')
! description = description.replace('<p>', '\n').replace('<br>', '\n')
! description = description.replace('<p>', '\n').replace('<br/>', '\n')
description = description + '\n \n \nLink: ' + link
description = util.htmlenties2txt(description)
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog