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/identities.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/identities.html b/skins/default/templates/identities.html index 7e311cc..f9f3436 100644 --- a/skins/default/templates/identities.html +++ b/skins/default/templates/identities.html @@ -12,7 +12,7 @@ <roundcube:include file="/includes/settingstabs.html" /> <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> </div> -- Gitblit v1.9.1