]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insethfill.C
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insethfill.C
index 1f20b3deab603dd7bf1b3ff6a7ece1eb3e2135ba..defc3c011bdb2a1026fe4be825bbc8bbc11bb725 100644 (file)
@@ -50,10 +50,10 @@ docstring const InsetHFill::getScreenLabel(Buffer const &) const
 
 
 int InsetHFill::plaintext(Buffer const &, odocstream & os,
-                     OutputParams const &) const
+                          OutputParams const &) const
 {
-       os << '\t';
-       return 0;
+       os << "     ";
+       return 5; 
 }