Below is the code that has been causing the error:
// --- source code --- //
m-Compliance
Home
Sites
Report a Hazard
Report a Accident
User: Brendan Woodnutt (Demo)
// -- //
m-Compliance
Home
Sites
Report a Hazard
Report a Accident
User: Brendan Woodnutt (Demo)
![]() ![]() ![]() |
|
Below are the results of attempting to parse this document with
an SGML parser.
Line 7, column 43: character data is not allowed here
<postfield name="UName" value="$uname"/>
You have used character data somewhere it is not permitted to appear.
Mistakes that can cause this error include putting text directly in the
body of the document without wrapping it in a container element (such as
a <p>aragraph</p>) or forgetting to quote an attribute value
(where characters such as "%" and "/" are common, but cannot appear
without surrounding quotes).
|
![]() ![]() ![]() |