#177 closed defect (fixed)
Some semi-colons missing in php viewer sample
Reported by: | waltweltonlair | Owned by: | rexszeto |
---|---|---|---|
Priority: | medium | Milestone: | 1.2 |
Component: | Samples | Version: | 1.2.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 939539 |
Description
I tried out the PhpViewerSample application, and was greeted with some syntax errors.
One of them was in querymain.php, on this line of code:
<body onLoad="OnLoad?()" onUnload="OnUnload?()" marginwidth=5 marginheight=5 leftmargin=5 topmargin=5 bottommargin=5 rightmargin=5>
There are semi-colons missing after the names of the function handlers. The fixed code looks like:
<body onLoad="OnLoad?();" onUnload="OnUnload?();" marginwidth=5 marginheight=5 leftmargin=5 topmargin=5 bottommargin=5 rightmargin=5>
There are probably other places where this needs to be fixed (I didn't check everywhere).
Change History (3)
comment:1 Changed 14 years ago by
External ID: | → 939539 |
---|---|
Owner: | set to rexszeto |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Milestone: | → 1.2 |
---|
Note: See
TracTickets for help on using
tickets.