diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-12-15 09:59:23 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-12-15 09:59:23 -0300 |
commit | e71abccab80257ce14c8c546695710a95a42372b (patch) | |
tree | d4eda8aec88380cff447cdd30865ffb091f136ba /templates/packages/search.html | |
parent | 96a57cd652ff2b26f15976d832e9eb1dcd2c3dd7 (diff) |
Fixed quoting
Diffstat (limited to 'templates/packages/search.html')
-rw-r--r-- | templates/packages/search.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index db838ed3..5bb90a52 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -17,7 +17,7 @@ <h3>Package Search</h3> <form id="pkg-search" method="get" action="/packages/"> - <p><input type="hidden" name="sort" value='{{sort}}' /></p> + <p><input type="hidden" name="sort" value="{{sort}}" /></p> {{ search_form.non_field_errors }} <fieldset> <legend>Enter search criteria</legend> @@ -165,8 +165,8 @@ <p>You are browsing the Parabola package database. From here you can find detailed information about packages located in the official supported repositories. If you need the sourceball from where a package is built, you can look at our <a - href='https://repo.parabolagnulinux.org/sources/packages' - title='Sourceballed packages'>sources repo</a>.</p> </div> + href="https://repo.parabolagnulinux.org/sources/packages" + title="Sourceballed packages">sources repo</a>.</p> </div> <script type="text/javascript" src="/jsi18n/"></script> <script type="text/javascript">window.__admin_media_prefix__ = "{% filter escapejs %}{% admin_media_prefix %}{% endfilter %}";</script> |