ID:               25208
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Irrelevant
 PHP Version:      Irrelevant
 New Comment:

I added the XHTML entity for the ampersand in the example, as i also
think an XHTML compatible doc makes sense.

I'm setting this bug-status to closed, altough this contributes to an
inconsistent manual.

-ali


Previous Comments:
------------------------------------------------------------------------

[2003-08-23 04:09:34] [EMAIL PROTECTED]

Erm, using & and & interchangeably in URLs is not a solution. That
page should either use & or & for every URL parameter. IMHO the
later would be good.

------------------------------------------------------------------------

[2003-08-22 07:39:18] [EMAIL PROTECTED]

I have fixed the error (b) in CVS, the bug is closed now.

+1 for a XHTML compliant documentation, but this shuold be discussed on
[EMAIL PROTECTED], not in a bug report ;)

didou

------------------------------------------------------------------------

[2003-08-22 07:21:27] [EMAIL PROTECTED]

Actually for XHTML/HTML Conformance, that first & *should* be an
& and so should the the second &. 

Which brings about the question, should we start to change things like
this to bring examples upto standards compliant (X)HTML? Has the
decision been made whether HTML in the manual should be HTML or XHTML
yet?

He is right about the extraneous " after the 1 though.

- Davey

------------------------------------------------------------------------

[2003-08-22 06:58:46] [EMAIL PROTECTED]

Description:
------------
The second example included in the section `security.errors' ("Error
Reporting"), goes something like this:

  <form method="POST"
action="attacktarget?errors=Y&amp;showerrors=1"&debug=1">
  <input type="hidden" name="errors" value="Y">
  <input type="hidden" name="showerrors" value="1">
  <input type="hidden" name="debug" value="1">
  </form>


There's a couple of errors in the `form' tag: (a) the `&amp;' entity
shouldn't be there, and (b) there is one `"' too many.

Thanks.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=25208&edit=1

Reply via email to