Changeset

4184:7e3a570f33f4

util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
author Matthew Wild <mwild1@gmail.com>
date Tue, 22 Feb 2011 07:37:52 +0000
parents 4183:d899a847867e
children 4185:3ff25f9adde7
files util/stanza.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/stanza.lua	Sun Feb 20 20:11:52 2011 +0500
+++ b/util/stanza.lua	Tue Feb 22 07:37:52 2011 +0000
@@ -4,7 +4,7 @@
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
---
+-- 
 
 
 local t_insert      =  table.insert;