Skip to content

Commit

Permalink
revert d04983d and use jinja's - to collapse whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Mar 7, 2010
1 parent ec83b4f commit f29c62c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildbot/status/web/templates/logs.html
Expand Up @@ -11,7 +11,9 @@
{%- endmacro -%}

{%- macro chunks(entries) -%}
{%- for entry in entries -%}<span class="{{ entry.type }}">{{ entry.text|e }}</span>{% endfor -%}
{%- for entry in entries -%}
<span class="{{ entry.type }}">{{ entry.text|e }}</span>
{%- endfor -%}
{%- endmacro -%}

{%- macro page_footer() -%}
Expand Down

1 comment on commit f29c62c

@marcus-sonestedt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

Please sign in to comment.