From b89d5a816b161a08bd21ee8f33b6c7af1157c523 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 08 Feb 2008 10:13:12 -0500 Subject: [PATCH] Fix ugly type as suggested in #1484760 --- skins/default/templates/editidentity.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/editidentity.html b/skins/default/templates/editidentity.html index 4fb087d..04a3e8b 100644 --- a/skins/default/templates/editidentity.html +++ b/skins/default/templates/editidentity.html @@ -13,7 +13,7 @@ <div id="identities-list"> -<roundcube:object name="itentitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> +<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> <p><roundcube:button command="add" type="input" label="newidentity" class="button" /></p> -- Gitblit v1.9.1