[css2] Fix typo in text that make it check the wrong character
diff --git a/css/CSS2/text/white-space-processing-005.xht b/css/CSS2/text/white-space-processing-005.xht
index 2e2c36d..26800d1 100644
--- a/css/CSS2/text/white-space-processing-005.xht
+++ b/css/CSS2/text/white-space-processing-005.xht
@@ -26,7 +26,7 @@
     </head>
     <body>
         <p>Test passes if the black box below is the same width, or shorter, than the blue box.</p>
-        <div id="div1">XX&#09;&#10;</div>
+        <div id="div1">XX&#x0D;&#10;</div>
         <div id="div2"></div>
     </body>
-</html>
\ No newline at end of file
+</html>