@ -122,7 +122,7 @@ Here's an example of a tag that will make all of its content upper case:
public class UpperTagDefinition : ContentTagDefinition
{
public UpperTagDefinition()
: base(true)
: base("upper")
}