Escape HTML in the cors.rs documentation.

Rustdoc passes the code straight through, leading to poor generated HTML.
This commit is contained in:
Ms2ger 2014-07-25 19:27:02 +02:00
parent df71ea8b08
commit bacae0e9bc

View file

@ -4,8 +4,8 @@
//! A partial implementation of CORS
//! For now this library is XHR-specific.
//! For stuff involving <img>, <iframe>, <form>, etc please check what the request mode should be
//! and compare with the fetch spec
//! For stuff involving `<img>`, `<iframe>`, `<form>`, etc please check what
//! the request mode should be and compare with the fetch spec
//! This library will eventually become the core of the Fetch crate
//! with CORSRequest being expanded into FetchRequest (etc)