in reply to XHTML and ampersands interpretation
| Topic ID: 1600 | |
| Created By: | 2007-FEB-07 16:41:54 [Vitaliy] |
| Updated By: | 2007-FEB-07 20:23:50 [Vitaliy] |
| Status: | Open |
| Severity: | Normal |
| Read Only: | No |
|
5161
2007-FEB-07 16:41:54
|
||||
|
This is reply to "XHTML and ampersands interpretation" thread on Google Webmaster Help Forum: http://groups.google...d/b69c8c5c66137efc/# (Google Groups does NOT escape the ampersand making it impossible to reference a piece of code containing it). Anyway ... here's my "escaped" response: You have a problem in your code (these are line numbers on the left): 114 <tr><td id="filters" colspan="2"> 115 Filtered: High (<a href="/schools.page?district=101&amp;state=CA&amp;lc=h">remove</a>) 116 </td></tr></table> NOTE the &amp;state= it should be: &state=
[edited by: Vitaliy at 20:23 (CST) on Feb. 07, 2007]