From 10ea10a3177fb59caac13adc44cfbc4b5e6ff8dd Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 20 May 2011 14:35:08 -0400
Subject: [PATCH] Catch write-errors on database (yet untested)

---
 skins/default/editor_content.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css
index 8569b2f..2ddc87f 100644
--- a/skins/default/editor_content.css
+++ b/skins/default/editor_content.css
@@ -5,7 +5,7 @@
 	font-family: "Lucida Grande", Verdana,  Arial, Helvetica, sans-serif;
 	font-size: 12px;
 }
-  
+
 body {
 	background-color: #FFFFFF;
 	margin-left: 4px;
@@ -22,6 +22,7 @@
 	white-space: pre;
 	word-wrap: break-word; /* IE (and Safari) */
 }
+
 blockquote
 {
 	padding-left:5px;

--
Gitblit v1.9.1