Last week I downloaded the CVS source files. I found that the "medical problem" text area is not correctly displayed. The other frames are okay such as allergies, medications,…But not medical problems textarea. For instance, "add medical problem" link is not displayed and the contents of the textarea displaying the raw html code.
I found that this line in medical_problems.php is
<textarea name=comments rows=3 cols=25
</textarea> is missing some contents.
It should be <textarea name=comments rows=3 cols=25 wrap=virtual" onfocus=“javascript:this.value=’’”>Comments
</textarea>
So, if you all have the same problem, you can correct the cvs file medical_problems.php