Skip to content

Commit

Permalink
don't capitalize build property names
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed May 1, 2010
1 parent 380d4d9 commit dabfc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/status/web/templates/build.html
Expand Up @@ -136,7 +136,7 @@ <h2>Build Properties:</h2>

{% for p in properties %}
<tr class="{{ loop.cycle('alt', '') }}">
<td class="left">{{ p.name|e|capitalize }}</td>
<td class="left">{{ p.name|e }}</td>
{% if p.short_value %}
<td>{{ p.short_value|e }} .. [property value too long]</td>
{% else %}
Expand Down

0 comments on commit dabfc8c

Please sign in to comment.