Summary | Addressbook rendering error |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | adrieder (at) sbox (dot) tugraz (dot) at |
Created | 12/11/2005 (7227 days ago) |
Due | |
Updated | 12/11/2005 (7227 days ago) |
Assigned | 12/11/2005 (7227 days ago) |
Resolved | 12/11/2005 (7227 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
<option value="<tag:source_list.key />" selected="selected">My
Address Book</option>
<option value="<tag:source_list.key />">LDAP Directory</option>
Didi
State ⇒ Resolved
Priority ⇒ 2. Medium
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Addressbook rendering error
Queue ⇒ IMP
resulting page gets not rendered correctly. I get the following html
code returned:
(here is only the broken part)
[...]
<select name="source">
<option value="<tag:source_list.key />"<if:source_list.selected>
selected="selected"</if:source_list.selected>>My Address Book</option>
<option value="<tag:source_list.key />"<if:source_list.selected>
selected="selected"</if:source_list.selected>>LDAP Directory</option>
</select>
[...]