diff --git a/src/main/java/writer2latex/xhtml/XhtmlConfig.java b/src/main/java/writer2latex/xhtml/XhtmlConfig.java
index 05bac20..f274f28 100644
--- a/src/main/java/writer2latex/xhtml/XhtmlConfig.java
+++ b/src/main/java/writer2latex/xhtml/XhtmlConfig.java
@@ -300,7 +300,7 @@ public class XhtmlConfig extends writer2latex.base.ConfigBase {
options[PAGE_TAGS] = new Option("page_tags","div");
options[MIN_LETTER_SPACING] = new Option("min_letter_spacing","0.15");
options[PAGE_BREAK_STYLE] = new Option("page_break_style","");
- options[CSS_INLINE] = new BooleanOption("css_inline","true");
+ options[CSS_INLINE] = new BooleanOption("css_inline","false");
}
diff --git a/src/main/java/writer2latex/xhtml/style/properties/Properties.java b/src/main/java/writer2latex/xhtml/style/properties/Properties.java
index 00eac42..404922d 100644
--- a/src/main/java/writer2latex/xhtml/style/properties/Properties.java
+++ b/src/main/java/writer2latex/xhtml/style/properties/Properties.java
@@ -3,7 +3,6 @@ package writer2latex.xhtml.style.properties;
import java.util.HashMap;
import java.util.Map;
-//Create a list of values separated by commas or another seperation character
public class Properties{
private String separator;
private String internalSeparator;