[Python-modules-commits] [qscintilla2] 04/09: remove-logo-privacy-issue.diff
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Dec 16 06:50:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch patch-queue/debian/master
in repository qscintilla2.
commit c69f10797f5075dc5de1e9255ae589e8fe66a80b
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 | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/doc/Scintilla/index.html b/doc/Scintilla/index.html
index 2cf74d9..586fa4a 100644
--- a/doc/Scintilla/index.html
+++ b/doc/Scintilla/index.html
@@ -64,13 +64,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.7.2 fixes some crashes on GTK+ and Cocoa, commonly at destruction.</li>
<li>Version 3.7.1 supports accessibility on GTK+ and Cocoa.
@@ -170,15 +163,14 @@ 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>');
}
//-->
</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>
+<a href="http://sourceforge.net/projects/scintilla">
+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