1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Remove commented out googleapi css in documentation
There isn't actually any privacy breach here (since the line is commented
out), but removing it shuts up lintian.
Author: James Cowgill <james410@cowgill.org.uk>
Last-Update: 2014-05-07
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/header.htm
+++ b/doc/header.htm
@@ -3,7 +3,6 @@
<head>
<title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
- <!--<link rel='stylesheet' type='text/css' href="http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
</head>
<body>
|