From d1150ec13d6ab263028a2ba5a75f85a78969f6db Mon Sep 17 00:00:00 2001 From: Chrystal Maria Griffiths Date: Mon, 4 Feb 2019 11:09:12 +0000 Subject: [PATCH] Merge pull request #1461 from sharelatex/ns-escape-double-backslash fix double backslash not being escaped GitOrigin-RevId: 901d5f1bfdf1434edcef4e28c5c15a848b40134b --- .../src/ide/human-readable-logs/HumanReadableLogsRules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/src/ide/human-readable-logs/HumanReadableLogsRules.js b/services/web/public/src/ide/human-readable-logs/HumanReadableLogsRules.js index e77a21943c..ba4a23347b 100644 --- a/services/web/public/src/ide/human-readable-logs/HumanReadableLogsRules.js +++ b/services/web/public/src/ide/human-readable-logs/HumanReadableLogsRules.js @@ -206,7 +206,7 @@ There are no entries found in a list you have created. Make sure you label list extraInfoURL: 'https://www.sharelatex.com/learn/Errors/Misplaced_%5Cnoalign', humanReadableHint: `\ -You have used a \\hline command in the wrong place, probably outside a table. If the \\hline command is written inside a table, try including \\\ before it.\ +You have used a \\hline command in the wrong place, probably outside a table. If the \\hline command is written inside a table, try including \\\\ before it.\ ` }, {