|
From: SourceForge.net <no...@so...> - 2010-07-22 17:14:50
|
Bugs item #3033138, was opened at 2010-07-22 11:34 Message generated for change (Comment added) made by zyspec You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3033138&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core - Core Group: XOOPS 2.4.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: zyspec (zyspec) Assigned to: Nobody/Anonymous (nobody) Summary: XoopsLists::getHtmlList method needs updating Initial Comment: There are several html tags 'missing' from the getHtmlList() method. The comments in the source state this function isn't used by the core any longer however unless it's deprectated it should be kept up-to-date. The specific 'missing' html tags that I believe should be added are: 'blockquote => '<blockquote>', 'br' => '<br>', 'p' => '<p>', 'pre' => '<pre>', 's' => '<s>', 'span => '<span>', 'strike' => '<strike>', 'u' => '<u>' ---------------------------------------------------------------------- >Comment By: zyspec (zyspec) Date: 2010-07-22 12:14 Message: FYI... don't copy/paste the list above directly - it's missing a few ' in the list. Should have checked that first. :-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430840&aid=3033138&group_id=41586 |