From: SourceForge.net <no...@so...> - 2003-07-31 21:25:31
|
Support Requests item #780810, was opened at 2003-07-31 12:19 Message generated for change (Comment added) made by singletrack You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 Category: Module: jobman Group: Second Level Support Status: Open Resolution: None Priority: 6 Submitted By: Shaun Murray (singletrack) Assigned to: George Brackett (gbrackett) Summary: Module Jobman: non-xhtml & in url Initial Comment: In jobman/conf/boost... $admin_op = "&JOB_MAN_op=list"; Should be $admin_op = "&JOB_MAN_op=list"; Similarly for $user_op too. ---------------------------------------------------------------------- >Comment By: Shaun Murray (singletrack) Date: 2003-07-31 21:15 Message: Logged In: YES user_id=722742 When you add jobman to a menu it inserts the URL in with a normal & to separate the parameters. If you go run the page through the w3c validator it then fails on the jobman url in the menu. The validator is at http:// validator.w3.org/ In XHTML, &JOB_MAN is expected to be an entity you've defined earlier in your output. http://validator.w3.org/docs/errors.html#bad-entity suggests replacing & with & which much of the phpwebsite code does although there's a few normal & dotted about still. Jobman was just the only one I had left in my menu that did. You'll never see & in the URL you get in the address bar of your browser. ---------------------------------------------------------------------- Comment By: George Brackett (gbrackett) Date: 2003-07-31 19:18 Message: Logged In: YES user_id=398373 Could you tell me why? This string will appear in a URL, as you note, but the URLs I've seen don't have & in them. Does this generate an xhtml error for you? What exactly is the error, if so? (This is probably a learning opportunity for me, so be patient...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563509&aid=780810&group_id=81360 |