mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Fix for bug #1899
Monotone-Parent: c9c54e20cc8e010c29ef8e5fa1cbd039c35e5344 Monotone-Revision: 068bbe8f960b1a20f29054e83e54a57c4372a98e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-07-20T20:03:23
This commit is contained in:
@@ -718,6 +718,7 @@ function appendAddressBook(name, folder) {
|
||||
li.setAttribute("id", folder);
|
||||
li.setAttribute("owner", owner);
|
||||
li.setAttribute("list-editing", "available");
|
||||
li.setAttribute("acl-editing", "available");
|
||||
li.addClassName("local");
|
||||
li.appendChild(document.createTextNode(name
|
||||
.replace("<", "<", "g")
|
||||
|
||||
Reference in New Issue
Block a user