View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016883 | phpList 3 application | General | public | 20-09-13 21:51 | 13-02-19 12:28 |
Reporter | duncanc | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.2 | ||||
Target Version | 3.0.X | Fixed in Version | 3.0.7 | ||
Summary | 0016883: Invalid HTML generated by processqueue page | ||||
Description | When running processqueue from the admin interface the html generated by the ajax requests page=pageaction&action=processqueue&ajaxed=true generated invalid HTML. In file admin/pageaction.php the include of pagetop_minimal.php starts the <head> element, but then nowhere is that element closed and the <body> element started. Similarly, at the end of the page there are no tags to close the body and html elements. Using Firefox web console to view the html received by the browser, this is the beginning of the html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" > <head> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" /> <meta name="Powered-By" content="phplist version 3.0.2" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css" src="css/app.css"></style><style type="text/css" src="ui/dressprow/css/style.css"></style><script type="text/javascript" src="js/jquery-1.7.1.min.js"></script><script type="text/javascript">$("#favicon").attr("href","images/busy.gif");</script> <div class="output shade0">Sending in batches of 5 emails</div><script type="text/javascript"> var parentJQuery = window.parent.jQuery; parentJQuery("#processqueueprogress").append('<div class="output shade0">Sending in batches of 5 emails</div>'); parentJQuery("#processqueueprogress").animate({scrollTop:100000}, "slow"); </script> | ||||
Tags | No tags attached. | ||||