Closed (fixed)
Project:
Masquerade
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2007 at 03:58 UTC
Updated:
11 Feb 2008 at 14:11 UTC
The HTML output for the masquerade block includes the following:
<form action="/page/url" method="post" id="-masquerade-block-1-form">
In XHTML, the id attribute may not start with a "-". The forms API bases the form id off of the function used to build the form, _masquerade_block_1. You can add an #id value to the form to fix this problem, as I have in the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| contrib-5.masquerade.formid.junyor.patch | 546 bytes | junyor |
Comments
Comment #1
Gurpartap Singh commentedFixed! Thanks!!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.