I'd like to add a new convenient t:span tag directly to tomahawk.
It's a rather "risk-free" tag, because as the t:div, it'll extend t:htmlTag, with only one method :
  public Object getValue() {
return "span";
  }

If nobody objects, I'll do this in the next days.

Thanks,

Sylvain.

Reply via email to