diff options
author | corvid <corvid@lavabit.com> | 2009-04-19 10:25:22 +0200 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-04-19 10:25:22 +0200 |
commit | 8ab9de15c7e52f8ab201412649f946b1922b1944 (patch) | |
tree | e068a7748c272e3493af5f19f7f38fc5b751e66c /src/web.cc | |
parent | b358beb5b91f6ef1bf067a2c3f0268f8b44af368 (diff) |
wrap long lines in src/ css code
Diffstat (limited to 'src/web.cc')
-rw-r--r-- | src/web.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ int a_Web_dispatch_by_type (const char *Type, DilloWeb *Web, /* Set a style for the widget */ StyleEngine styleEngine (layout); styleEngine.startElement ("body"); - Web->bgColor = styleEngine.backgroundStyle ()->backgroundColor->getColor (); + Web->bgColor= styleEngine.backgroundStyle()->backgroundColor->getColor(); dw = (Widget*) a_Mime_set_viewer(Type, Web, Call, Data); if (dw == NULL) |