I decided to change the
XHTML-TAGS to regular
HTML-TAGS.
Here's my report, for those to whom it may concern...
-gap
------------------------
1. Database-Content:
I changed the existing messages and articles with the
following statement:
update nuke_stories
set pn_hometext = replace(pn_hometext,' />','>');
update nuke_stories
set pn_hometext = replace(pn_hometext,'/>','>');
update nuke_stories
set pn_bodytext = replace(pn_bodytext,' />','>');
update nuke_stories
set pn_bodytext = replace(pn_bodytext,'/>','>');
update nuke_message
set pn_content = replace(pn_content,' />','>');
update nuke_message
set pn_content = replace(pn_content,'/>','>');
---------------------
2.
PHP and other Source-Files:
Here's the list of Files, that have to be changed.
I got it by a recursive grep-Command on the
PostNuke-Directories:
grep -ir "/>" * >found_slashes.info
banner.php
header.php
error.php
includes/blocks/big.php
includes/blocks/button.php
includes/blocks/category.php
includes/blocks/ephem.php
includes/blocks/finclude.php
includes/blocks/fxp.php
includes/blocks/login.php
includes/blocks/menu.php
includes/blocks/online.php
includes/blocks/poll.php
includes/language/blocks/deu/past.php:
includes/pnHTML.php
includes/textsanitizer.php
includes/xhtml.php:
install/check.php
install/gui.php
install/lang/deu/global.php
install/lang/eng/global.php
install/modify_config.php
install/newdata.php
install/pn5.php
install/pn7.php
language/deu/error.php
language/deu/global.php
language/deu/user.php
language/eng/banners.php
language/eng/global.php
modules/Downloads/admin.php
modules/Downloads/dl-categories.php
modules/Downloads/dl-navigation.php
modules/Downloads/dl-rating.php
modules/Downloads/dl-util.php
modules/Downloads/lang/deu/global.php
modules/FAQ/index.php
modules/FAQ/admin.php:
modules/legal/lang/deu/global.php
modules/Messages/functions.php
modules/Modules/pnlang/deu/manual.html
modules/News/index.php
modules/NS-Admin/lang/deu/manual.html
modules/NS-Banners/admin.php
modules/NS-Comments/index.php
modules/NS-Comments/lang/deu/global.php
modules/NS-Languages/admin.php
modules/NS-NewUser/lang/deu/global.php
modules/NS-Polls/admin.php
modules/NS-Referers/admin.php
modules/NS-Settings/admin.php
modules/NS-Settings/lang/deu/global.php
modules/NS-User/admin.php
modules/NS-User/lang/deu/global.php
modules/NS-User/user/menu.php
modules/NS-Your_Account/user/modules/changehome.php
modules/PostCalendar/common.api.php
modules/PostCalendar/plugins/function.pc_date_select.php
modules/PostCalendar/plugins/function.pc_filter.php
modules/PostCalendar/plugins/function.pc_form_nav_close.php
modules/PostCalendar/plugins/function.pc_view_select.php
modules/PostCalendar/pnblocks/calendar.php
modules/PostCalendar/pnuser.php
modules/PostCalendar/pntemplates/default/user/usermenu.html
modules/PostCalendar/pntemplates/default/user/submit.html
modules/PostCalendar/pntemplates/default/user/details.html
modules/PostCalendar/pntemplates/default/user/search.html
modules/PostCalendar/pntemplates/default/user/preview.html
modules/PostCalendar/pntemplates/default/admin/submit.html
modules/PostCalendar/pntemplates/default/admin/details.html
modules/PostCalendar/pntemplates/default/views/day/default.html
modules/PostCalendar/pntemplates/default/views/week/default.html
modules/PostCalendar/pntemplates/default/views/month/default.html
modules/PostCalendar/pntemplates/default/views/month/list.html
modules/PostCalendar/pntemplates/default/views/calendarblock/todays_events.html
modules/PostCalendar/pntemplates/default/views/calendarblock/month_view.html
modules/PostCalendar/pntemplates/default/views/calendarblock/upcoming_events.html
modules/PostCalendar/pntemplates/default/views/global/navigation.html
modules/PostCalendar/pnadmin.php
modules/PostCalendar/pnadminapi.php
modules/PostCalendar/print.php
modules/Ratings/pnlang/eng/manual.html
modules/Recommend_Us/index.php
modules/Recommend_Us/lang/deu/global.php
modules/Reviews/lang/deu/global.php
modules/Sections/admin.php
modules/Sections/index.php
modules/Stats/index.php
modules/Submit_News/lang/deu/global.php
modules/Topics/admin.php
modules/Web_Links/admin.php
modules/Web_Links/lang/deu/global.php
modules/Web_Links/wl-addlink.php
modules/Web_Links/wl-categories.php
modules/Web_Links/wl-linkdetails.php
modules/Web_Links/wl-linkeditorial.php
modules/Web_Links/wl-mostpopular.php
modules/Web_Links/wl-navigation.php
modules/Web_Links/wl-newlinks.php
modules/Web_Links/wl-rating.php
modules/Web_Links/wl-util.php
modules/Web_Links/wl-viewlink.php:
modules/Wiki/pnuserapi.php
modules/xmlrpc/lib/xmlrpc.inc
pnadodb/adodb.inc.php
pnadodb/readme.htm
print.php