From 208fb2d327c1934b07c04c6e06d1f76f2ab2794b Mon Sep 17 00:00:00 2001 From: thetrinity Date: Fri, 27 Feb 2004 12:02:41 +0000 Subject: [PATCH] minor clarification. --- lang/en/help/quiz/formatgift.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lang/en/help/quiz/formatgift.html b/lang/en/help/quiz/formatgift.html index c2096e61d18..3b1a55ded36 100644 --- a/lang/en/help/quiz/formatgift.html +++ b/lang/en/help/quiz/formatgift.html @@ -193,10 +193,8 @@ ~ \# # \# is a control character. ~ \{ # \{ is a control character. ~ \} # \} is a control character. - = \\ # Correct! \\ (backslash) is not a control character. BUT, - it is used to escape the control characters. So, to specify - a literal backslash, you must escape it with a backslash - (as shown in this example). + = \ # Correct! \ (backslash) is not a control character. BUT, + it is used to escape the control characters. }

When the question is processed, the backslash is removed and is not saved in Moodle.