Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    2b878ef1
    NodeFragment: added attributes to html generation · 2b878ef1
    Jonathan Schöbel authored
    The to_html method generates also the html for the attributes. Note,
    that there is no escapeing of the quotes, the values are wrapped with. But
    this is also somewhat consistent, as there is no syntax validation on
    the tags either. (i.e. no '<' in side of a tag)
    2b878ef1
    History
    NodeFragment: added attributes to html generation
    Jonathan Schöbel authored
    The to_html method generates also the html for the attributes. Note,
    that there is no escapeing of the quotes, the values are wrapped with. But
    this is also somewhat consistent, as there is no syntax validation on
    the tags either. (i.e. no '<' in side of a tag)