blob: 957da850ed8d98b89b5ac691dc35030b0a10f10f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Description: Do not fetch data from an external website
Even if the page is not supposed to be displayed, linking to an
external CSS is bad taste.
Author: David Prévot <taffit@debian.org>
Last-Update: 2014-04-11
--- a/l10n-pl/language/pl/email/index.htm
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl">
- <head>
- <title>phpBB3pl r210</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" type="text/css" href="http://phpbb3.pl/styles/prorange/standalone.css"/>
- </head>
- <body>
- <div id="top">
- <div class="inner">
- <h1>phpBB3pl r210</h1>
- <p class="by">by <a href="http://phpbb3.pl">phpBB3.PL Group</a></p>
- </div>
- </div>
- <div class="section">
- <p>Copyright © 2006 - 2011 <a href="http://phpbb3.pl">phpBB3.PL Group</a>. Released under <a href="http://opensource.org/licenses/gpl-license.php">GNU General Public License, version 2.0</a>. <a href="ftp://ftp.phpbb3.pl/phpBB/3.0/phpBB3pl/latest/">Download/Pobierz</a>.</p>
- </div>
- </body>
-</html>
|