mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
revert accidental commit
This commit is contained in:
parent
2009469219
commit
a756299c50
@ -335,7 +335,7 @@ void InsetListings::latex(otexstream & os, OutputParams const & runparams) const
|
|||||||
}
|
}
|
||||||
os << from_utf8(param_string) << "]\n";
|
os << from_utf8(param_string) << "]\n";
|
||||||
}
|
}
|
||||||
os << code << "\\end{lstlisting}\n";
|
os << code << breakln << "\\end{lstlisting}\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (encoding_switched){
|
if (encoding_switched){
|
||||||
|
Loading…
Reference in New Issue
Block a user