Commit 2b9fd7b57bf48d686508796820cb347fa1003e49

Authored by Julien Verneuil
1 parent 6f6bfbd7

enhance code formatting

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
web/CXM_making_a_web_site.anubis
... ... @@ -711,11 +711,11 @@ public type WebArgValue:
711 711 public type InitialValue:
712 712 init(String value).
713 713  
714   -public define Printable_tree [HTML_Id x . Printable_tree y] = str_pt(x.id, y).
715   -public define Printable_tree [HtmlClass x . Printable_tree y] = str_pt(x.class, y).
716   -public define Printable_tree [WebArgName x . Printable_tree y] = str_pt(x.name, y).
717   -public define Printable_tree [WebArgValue x . Printable_tree y] = str_pt(x.value, y).
718   -public define Printable_tree [InitialValue x . Printable_tree y] = str_pt(x.value, y).
  714 +public define Printable_tree [HTML_Id x . Printable_tree y] = str_pt(x.id, y).
  715 +public define Printable_tree [HtmlClass x . Printable_tree y] = str_pt(x.class, y).
  716 +public define Printable_tree [WebArgName x . Printable_tree y] = str_pt(x.name, y).
  717 +public define Printable_tree [WebArgValue x . Printable_tree y] = str_pt(x.value, y).
  718 +public define Printable_tree [InitialValue x . Printable_tree y] = str_pt(x.value, y).
719 719  
720 720  
721 721 public type HtmlEvents:
... ...