Skip to content

Commit

Permalink
merged branch stloyd/patch-1 (PR #1592)
Browse files Browse the repository at this point in the history
Commits
-------

c1866e3 Profiler search typo

Discussion
----------

[WebProfiler] Search section typo
  • Loading branch information
fabpot committed Jul 9, 2011
2 parents 4a7b759 + c1866e3 commit 2ec3542
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
<div class="search clearfix">
<h3>
<img style="margin: 0 5px 0 0; vertical-align: middle; height: 16px" width="16" height="16" alt="Search" src="{{ asset('bundles/webprofiler/images/search.png') }}" />
<img style="margin: 0 5px 0 0; vertical-align: middle;" width="16" height="16" alt="Search" src="{{ asset('bundles/webprofiler/images/search.png') }}" />
Search
</h3>
<form action="{{ path('_profiler_search') }}" method="get">
Expand All @@ -23,7 +23,7 @@
<button type="submit">
<span class="border_l">
<span class="border_r">
<span class="btn_bg">UPDATE</span>
<span class="btn_bg">SEARCH</span>
</span>
</span>
</button>
Expand Down

0 comments on commit 2ec3542

Please sign in to comment.