summaryrefslogtreecommitdiff
path: root/lib/xmllib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmllib.lua')
-rw-r--r--lib/xmllib.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/xmllib.lua b/lib/xmllib.lua
index de0c7a5..47eed9b 100644
--- a/lib/xmllib.lua
+++ b/lib/xmllib.lua
@@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: xmllib.lua,v 1.15 2007-06-18 17:35:49 pixel Exp $ */
+/* $Id: xmllib.lua,v 1.16 2007-07-27 10:05:52 pixel Exp $ */
]]--
@@ -300,7 +300,7 @@ end
--[[ example of use:
-result = [[
+result = [=[
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
@@ -316,7 +316,7 @@ result = [[
</body>
</html>
-]]
+]=]
xm = NewXmlMarkup()