Skip to content
  • Chris Burschka's avatar
    Remove superfluous Markup::create(). · 6dd3ae59
    Chris Burschka authored
    Markup::create() needs to happen whenever we give strings to the
    render system that we know to contain safe markup. This only happens
    in the getter methods of PreparedTagElement.
    
    Remove it from TagProcessResult - those strings are just concatenated
    internally, and are already expected to be safe markup by definition.
    6dd3ae59