diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-15 21:29:54 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-15 21:29:54 -0500 |
commit | 5cd806703f8f8a8316f8bd4f38c00aee85744e9f (patch) | |
tree | dd52ba91b63ecfcc067138d9958e6f3bfc9e891e /templates/packages | |
parent | c2d92e96916d08c5b1470400b7350cfee378e6ba (diff) | |
parent | e71abccab80257ce14c8c546695710a95a42372b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/parabolaweb
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/flag.html | 4 | ||||
-rw-r--r-- | templates/packages/flaghelp.html | 4 | ||||
-rw-r--r-- | templates/packages/search.html | 6 |
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> |