HTML Errors in Patient Summary

sunsetsystems wrote on Sunday, January 23, 2011:

Wanted to mention that I fixed some errors in demographics.php and options.inc.php that were causing some garbage to be generated.  Stuff like this:

<body class="body_top">
<table cellspacing='0' cellpadding='0' border='0'>
 <table>

and

              <tr><td class='label' colspan='1' >User Defined:</td><td class='text data' colspan='3'>&nbsp;&nbsp;&nbsp;
             </table>

(</td> and </tr> are missing)

… and also a </div> tag with no matching <div>.

This appeared to be causing trouble with one or more versions of web browsers.

My request here is, please check the output from your scripts!  This took a few hours out of my weekend that I can’t bill to anybody.  Very annoying.

Rod
www.sunsetsystems.com

bradymiller wrote on Sunday, January 23, 2011:

Rod,
Thanks for doing this.
-brady