summaryrefslogtreecommitdiff
path: root/templates/packages
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-12-15 09:59:23 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-12-15 09:59:23 -0300
commite71abccab80257ce14c8c546695710a95a42372b (patch)
treed4eda8aec88380cff447cdd30865ffb091f136ba /templates/packages
parent96a57cd652ff2b26f15976d832e9eb1dcd2c3dd7 (diff)
Fixed quoting
Diffstat (limited to 'templates/packages')
-rw-r--r--templates/packages/flag.html4
-rw-r--r--templates/packages/flaghelp.html4
-rw-r--r--templates/packages/search.html6
3 files changed, 7 insertions, 7 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html
index d1fd2182..79920c12 100644
--- a/templates/packages/flag.html
+++ b/templates/packages/flag.html
@@ -23,13 +23,13 @@
<p>The message box portion of the flag utility is optional, and meant
for short messages only. If you need more than 200 characters for your
message, then file a bug report, email the maintainer directly, or send
- an email to the <a href='https://lists.parabolagnulinux.org/mailman/listinfo/dev"
+ an email to the <a href="https://lists.parabolagnulinux.org/mailman/listinfo/dev"
title="Visit the dev mailing list">Parabola Development mailing list</a>
with your additional text.</p>
<p><strong>Note:</strong> Do <em>not</em> use this facility if the
package is broken! The package will be unflagged and the report will be ignored!
- <a href='https://bugs.parabolagnulinux.org/" title="Parabola Bugtracker">Use the
+ <a href="https://bugs.parabolagnulinux.org/" title="Parabola Bugtracker">Use the
bugtracker to file a bug</a> instead.</p>
<p>Please confirm your flag request for {{package.pkgname}}:</p>
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html
index 0bb0c367..d60018fa 100644
--- a/templates/packages/flaghelp.html
+++ b/templates/packages/flaghelp.html
@@ -25,12 +25,12 @@
<p>The message box portion of the flag utility is optional, and meant
for short messages only. If you need more than 200 characters for your
message, then file a bug report, email the maintainer directly, or send
- an email to the <a target="_blank" href='https://lists.parabolagnulinux.org/mailman/listinfo/dev"
+ an email to the <a target="_blank" href="https://lists.parabolagnulinux.org/mailman/listinfo/dev"
title="Visit the parabola dev mailing list">parabola mailing list</a>
with your additional text.</p>
<p><strong>Note:</strong> Please do <em>not</em> use this facility if the
- package is broken! Use the <a target="_blank" href='https://bugs.parabolagnulinux.org"
+ package is broken! Use the <a target="_blank" href="https://bugs.parabolagnulinux.org"
title="Parabola Bugtracker">bugtracker</a> instead.</p>
</body>
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>