silverstripe-docsviewer/code/controllers
Sam Minnee b6b753ee4c FIX: Fixed encoding of & in OpenSearchDescription URLs.
Without this fix, the & was then passed to urlencode(), which escaped the ; and make invalid
XML.  This keeps XML out of the source URL (so the & is just a raw & in the code) and relies on
the template engine to escape XML as needed (the .XML on the end of the variables).
2014-02-14 09:38:37 +13:00
..
DocumentationOpenSearchController.php FIX: Fixed encoding of & in OpenSearchDescription URLs. 2014-02-14 09:38:37 +13:00
DocumentationViewer.php Workaround search result matching. 2014-01-14 21:16:39 +13:00