diff options
Diffstat (limited to 'modules/php_musicbrainz/xml/xmlParser.php')
-rw-r--r-- | modules/php_musicbrainz/xml/xmlParser.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/php_musicbrainz/xml/xmlParser.php b/modules/php_musicbrainz/xml/xmlParser.php index 3cc8c8d3..f276feb8 100644 --- a/modules/php_musicbrainz/xml/xmlParser.php +++ b/modules/php_musicbrainz/xml/xmlParser.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ class XMLNode { private $name; private $attributes; |