diff options
author | pixel <pixel> | 2007-06-12 07:41:55 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-06-12 07:41:55 +0000 |
commit | 32eaaa3138189bfe52ab1eff7c8976f89b3691ff (patch) | |
tree | 52feee5be4c00f4120ae86b30c7c77d1c68cfc48 | |
parent | 4a850a197c9e3ba39a05dfbb8f635e5a5950d9ff (diff) |
Forgot the actual implementation of raw...
-rw-r--r-- | lib/xmllib.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/xmllib.lua b/lib/xmllib.lua index adebc15..007e96a 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.9 2007-06-12 07:41:19 pixel Exp $ */ +/* $Id: xmllib.lua,v 1.10 2007-06-12 07:41:55 pixel Exp $ */ ]]-- @@ -169,6 +169,7 @@ local function render_lf(depth, v) end local function render_raw(depth, v) + return v.nodes[1] end local special_renders = { |