diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-17 16:59:38 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-17 16:59:38 +0100 |
commit | 114ce5de1695082bf1840abd709f40a1010974e4 (patch) | |
tree | 71fc53b73ec5a97ec872970fbda97be5dad43b32 /dillorc | |
parent | 679090b3c7776ee024edce97800c51bd3e59ead2 (diff) |
add parse_embedded_css option
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ # Change this if you want to disable loading of CSS stylesheets. #load_stylesheets=YES +# Change this if you want to disable parsing of embedded CSS. +#parse_embedded_css=YES + # Change the buffering scheme for drawing # 0 no double buffering - useful for debugging # 1 light buffering using a single back buffer for all windows |