Index: Label.php =================================================================== --- Label.php (revision 19044) +++ Label.php (working copy) @@ -103,6 +103,8 @@ } else { $this->_tag = (string) $tag; } + $this->removeOption('tag'); + return $this; }