diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-07 17:31:13 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-07 17:31:13 +0200 |
commit | a4a2d4cf66dd68b9dc9ce51064fae2db8385d81d (patch) | |
tree | e17f8afdf47ce8fdd7e098c104ae6477d75fc497 /inc/parser/xhtml.php | |
parent | 3aee4c27813a30e720d3ad1fbcbd2e372a88573a (diff) | |
download | rpg-a4a2d4cf66dd68b9dc9ce51064fae2db8385d81d.tar.gz rpg-a4a2d4cf66dd68b9dc9ce51064fae2db8385d81d.tar.bz2 |
metadata hnalding updates, header fixes
This removes the meta instruction again in favour of the new meta renderer.
Most tests work now again, a few tweaks were done on the header handler
to render certain headers as it did in earlier versions.
darcs-hash:20060507153113-7ad00-bd299fbe1762482c72d109f9bca776f12bcea7c8.gz
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 682551169..dc28423f9 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -45,12 +45,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer { var $store = ''; - var $meta = array(); - - function meta($data) { - if (is_array($data)) $this->meta = $data; - } - function document_start() { //reset some internals $this->toc = array(); |