diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml
index e7789b11be..7521a60d35 100644
--- a/docs/manual/src/docbook/appendix-namespace.xml
+++ b/docs/manual/src/docbook/appendix-namespace.xml
@@ -281,7 +281,7 @@
header can be used by browser to do basic control.
X-Content-Type-Options - Can be set using the
content-type-options element. The
- X-Content-Type-Options
+ X-Content-Type-Options
header prevents Internet Explorer from MIME-sniffing a response away from the declared
content-type. This also applies to Google Chrome, when downloading extensions.
diff --git a/docs/manual/src/docbook/namespace-config.xml b/docs/manual/src/docbook/namespace-config.xml
index 92e35cf443..ccb6bbac73 100644
--- a/docs/manual/src/docbook/namespace-config.xml
+++ b/docs/manual/src/docbook/namespace-config.xml
@@ -629,16 +629,16 @@ List<OpenIDAttribute> attributes = token.getAttributes();The
A lot of different attacks to hijack content, sessions or connections are available and lately
browsers (optionally) can help to prevent those attacks. To enable these features we need to send some
additional headers to the client. Spring Security allows for easy configuration for several headers.
-
+
]]>
-
+
Specifying the single headers element adds all the explicitly supported headers
with their default settings. If you only want select headers to be added,
you can add one or more of the child elements as shown below.
-
+
@@ -655,7 +655,7 @@ List<OpenIDAttribute> attributes = token.getAttributes();The
]]>
-
+
For additional information on how to customize the headers element refer to the headers
section of the Security Namespace appendix.