Monotone-Parent: e93263338b262449e660e63e963ca0e8fdc1ecb4

Monotone-Revision: df2b66af0afb7884e01b50efd6f7e99acf0743fa

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-19T20:01:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-19 20:01:27 +00:00
parent 9e786a5153
commit aec172d1fe

View File

@@ -487,8 +487,9 @@
css = [handler css];
if ([css length])
cssContent = [NSString stringWithFormat: @"<style type=\"text/css\">%@</style>",
[handler css]];
cssContent
= [NSString stringWithFormat: @"<style type=\"text/css\">%@</style>",
[handler css]];
else
cssContent = @"";