| Summary | Addressbook rendering error |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | adrieder (at) sbox (dot) tugraz (dot) at |
| Created | 12/11/2005 (1001 days ago) |
| Due | |
| Updated | 12/11/2005 (1001 days ago) |
| Assigned | 12/11/2005 (1001 days ago) |
| Resolved | 12/11/2005 (1001 days ago) |
| Attachments | |
| 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
Priority ⇒ 2. Medium
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Unconfirmed
Queue ⇒ IMP
Priority ⇒ 3. High
Summary ⇒ Addressbook rendering error
Type ⇒ Bug
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>
[...]