Browse Source

Change raw to text for real this time;

bjorn 9 years ago
parent
commit
0e3976a8fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docroc.lua

+ 1 - 1
docroc.lua

@@ -21,7 +21,7 @@ function docroc.process(filename)
       local processor = docroc.processors[name]
       local tag = processor and processor(body) or {}
       tag.tag = name
-      tag.raw = body
+      tag.text = body
       tags[name] = tags[name] or {}
       table.insert(tags[name], tag)
       table.insert(tags, tag)