mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
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:
@@ -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 = @"";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user