mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
27f79fdab0
It only affects DEBUG_DEVELOPER mode, and causes the browser to break when it encounters non-strict XHTML. I took out the changes for DEBUG_NORMAL for now, might be premature.
7 lines
223 B
XML
7 lines
223 B
XML
<!-- Stylesheet for application/xml delivery (lib/weblib.php) -->
|
|
<stylesheet version="1.0" xmlns="http://www.w3.org/1999/XSL/Transform">
|
|
<template match="/">
|
|
<copy-of select="."/>
|
|
</template>
|
|
</stylesheet>
|