diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-11 19:51:21 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-11 19:51:21 -0500 |
commit | 438574afcd31298e9c78f3a61006e83ad3d56225 (patch) | |
tree | 07a1d784273e5d00e8eb41b44af1fe195e10dd53 /templates/packages/flag.html | |
parent | 2b9c2845a9a7c0c6fb83ab6d4722f102f05c4da6 (diff) |
I take it back, using // instead of https:// was a bad idea, it makes links from non-https be bad
Diffstat (limited to 'templates/packages/flag.html')
-rw-r--r-- | templates/packages/flag.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html index 27ff73b0..d1fd2182 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="//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="//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> |