[Python-modules-commits] [qscintilla2] 06/14: remove-logo-privacy-issue.diff
Scott Kitterman
kitterman at moszumanska.debian.org
Thu Oct 29 17:57:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository qscintilla2.
commit 814ba831319ccc0d1bc8651b5db7633e80ecc90e
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date: Thu Oct 8 13:39:18 2015 -0700
remove-logo-privacy-issue.diff
Remove use of http://www.scintilla.org/SciBreak.jpg when the SCintilla docs
are accessed to resolve privacy-breach-logo lintian error. Not forwarded, not
needed.
Patch-Name: remove-logo-privacy-issue.diff
---
doc/Scintilla/index.html | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/doc/Scintilla/index.html b/doc/Scintilla/index.html
index f1010a8..94c5233 100644
--- a/doc/Scintilla/index.html
+++ b/doc/Scintilla/index.html
@@ -63,13 +63,6 @@
</td>
</tr>
</table>
- <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td width="100%" style="background: url(http://www.scintilla.org/SciBreak.jpg) no-repeat;height:150px;">
-
- </td>
- </tr>
- </table>
<ul id="versionlist">
<li>Version 3.5.4 improves indicators to be able to change appearance on mouse-over and to use a wide variety of colours together.</li>
<li>Version 3.5.3 removes support for Windows 95, 98, and ME.</li>
@@ -167,7 +160,6 @@ hosted on
<!--
if (IsRemote()) {
document.write('<a href="http://sourceforge.net/projects/scintilla/">');
- document.write('<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> ');
} else {
document.write('<a href="http://sourceforge.net/projects/scintilla/">SourceForge<\/a>');
}
@@ -175,7 +167,7 @@ if (IsRemote()) {
</script>
<noscript>
<a href="http://sourceforge.net/projects/scintilla">
-<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
+Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads</a>
</noscript>
</body>
</html>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/qscintilla2.git
More information about the Python-modules-commits
mailing list