summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-05 10:03:50 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-05 10:03:50 +0000
commitf265ed1c00dc96396416cdcc4f7d8a674ba860d3 (patch)
tree8454b45d3094879f658e6448b612099f950cf223 /roundcubemail/skins/default
parentcdcab1e669c231b06b49e46791413e35ea7f743d (diff)
showImages attribute is skin template is obsolte: now set in user prefs
git-svn-id: https://svn.roundcube.net/trunk@1739 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
-rw-r--r--roundcubemail/skins/default/templates/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/message.html b/roundcubemail/skins/default/templates/message.html
index 1aa92ab9e..dc8dab7da 100644
--- a/roundcubemail/skins/default/templates/message.html
+++ b/roundcubemail/skins/default/templates/message.html
@@ -41,7 +41,7 @@
<roundcube:object name="messageAttachments" id="attachment-list" />
<roundcube:object name="blockedObjects" id="remote-objects-message" />
-<roundcube:object name="messageBody" id="messagebody" showImages="true" />
+<roundcube:object name="messageBody" id="messagebody" />
</div>