fix: format \n as <br> in cockpit console (#1385)

This commit is contained in:
André Medeiros 2019-03-05 14:29:57 -05:00 committed by GitHub
parent 913b4e1817
commit 58ab76d2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import Logs from "./Logs";
import "./Console.css";
import {EMBARK_PROCESS_NAME} from '../constants';
const convert = new Convert();
const convert = new Convert({newline: true, escapeXML: true});
class Console extends Component {
constructor(props) {