diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-16 15:35:59 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-16 15:46:14 -0500 |
commit | a06ab5c1eb2053d33e15244ea579875aa72c0c1f (patch) | |
tree | fadab5eff234b3e40323948aad2493550466552c /templates/packages | |
parent | 8e1cae30596e48bfcc958dcd840c09b4cb8987ba (diff) |
Tabs -> spaces in templates
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/search.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index eb4aceca..8a357024 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -153,12 +153,12 @@ </div><!-- #pkglist-results --> {% else %} <div class="box"> - <p>We couldn't find any packages matching your query. Try searching again - using different criteria, or try - {% if search_form.q.data %} - <a href="https://aur.archlinux.org/packages.php?K={{ search_form.q.data }}">searching the AUR</a> - {% else %}searching the AUR{% endif %} - to see if the package can be found there.</p> + <p>We couldn't find any packages matching your query. Try searching again + using different criteria, or try + {% if search_form.q.data %} + <a href="https://aur.archlinux.org/packages.php?K={{ search_form.q.data }}">searching the AUR</a> + {% else %}searching the AUR{% endif %} + to see if the package can be found there.</p> </div> {% endif %} |