Skip to content

Commit

Permalink
[FIXED JENKINS-3969] Replaced all gif images with corresponding png i…
Browse files Browse the repository at this point in the history
…mages.

Originally-Committed-As: a4ba7bd268422e4ca7249e137b9dc0b6a20a84c0
  • Loading branch information
uhafner committed May 11, 2011
1 parent cb1eee9 commit 4c5b268
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<l:header title="Jenkins" />
<l:side-panel />
<l:main-panel>
<h1><img src="${imagesURL}/48x48/error.gif" alt="[!]" height="48" width="48"/><st:nbsp/>${%Error}</h1>
<h1><img src="${imagesURL}/48x48/error.png" alt="[!]" height="48" width="48"/><st:nbsp/>${%Error}</h1>
<p>
${%errorMessage(it.whereAntIsLoaded)}
</p>
Expand Down

0 comments on commit 4c5b268

Please sign in to comment.