Revert unwanted change.

I have no idea how this was created. I hadf changed this file, but reverted
it with git chekout before committing.
This commit is contained in:
Georg Baum 2012-03-25 11:25:14 +02:00
parent 6d75800f5d
commit e63f561c42

View File

@ -1272,7 +1272,7 @@ void handle_tabular(Parser & p, ostream & os, string const & name,
os << "\n<lyxtabular version=\"3\" rows=\"" << rowinfo.size()
<< "\" columns=\"" << colinfo.size() << "\">\n";
os << "<features"
<< write_attribute("rotate", false)
<< write_attribute("rotate", "0")
<< write_attribute("booktabs", booktabs)
<< write_attribute("islongtable", is_long_tabular);
if (is_long_tabular) {