Merge branch 'reflection_development' of gitlab.science.ru.nl:kuhnen/ssproject1617
[ssproject1617.git] / report / v11_httpsec.tex
index 186dccb..1b0cc4f 100644 (file)
@@ -18,7 +18,7 @@ Verify that every \HTTP{} response contains a
 content type header specifying a safe character set
 (e.g., \emph{UTF-8}, \emph{ISO 8859{-}1}).
 \begin{result}
-    Content type headers may be set anywhere in the application. Furthermure,
+    Content type headers may be set anywhere in the application. Furthermure,\\
     \code{Response::send} ensures that if no content type header is set, all
     responses will fall back to using \code{text/html; charset=UTF-8}.
 \end{result}