From bacae0e9bc9014784d917f48000093d7acb6a3ee Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 25 Jul 2014 19:27:02 +0200 Subject: [PATCH] Escape HTML in the cors.rs documentation. Rustdoc passes the code straight through, leading to poor generated HTML. --- src/components/script/cors.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/script/cors.rs b/src/components/script/cors.rs index 8cfca743808..df168084376 100644 --- a/src/components/script/cors.rs +++ b/src/components/script/cors.rs @@ -4,8 +4,8 @@ //! A partial implementation of CORS //! For now this library is XHR-specific. -//! For stuff involving ,