diff options
author | Michael Tänzer <neo@nhng.de> | 2011-09-16 05:42:13 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-09-16 05:42:13 +0200 |
commit | 4fa23e4e034324b82ee1e94c89fafa12981cf01a (patch) | |
tree | 541bb019b0e4076abfcfceba9ac6bc47c2c28e9e /pages/help/6.php | |
parent | 65ecbdcf10c930f67cf42fde187ad73e14c94635 (diff) | |
download | cacert-devel-4fa23e4e034324b82ee1e94c89fafa12981cf01a.tar.gz cacert-devel-4fa23e4e034324b82ee1e94c89fafa12981cf01a.tar.xz cacert-devel-4fa23e4e034324b82ee1e94c89fafa12981cf01a.zip |
bug 940: fix checkin errors
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages/help/6.php')
-rw-r--r--[-rwxr-xr-x] | pages/help/6.php | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/pages/help/6.php b/pages/help/6.php index bde072d..5308e93 100755..100644 --- a/pages/help/6.php +++ b/pages/help/6.php @@ -1,24 +1,24 @@ -<? /*
- LibreSSL - CAcert web application
- Copyright (C) 2004-2008 CAcert Inc.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 of the License.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-*/ ?>
-<p style="background-color: #FF8080; font-size: 150%">
-<?
-printf(_("This page has been moved to the %swiki%s. Please update your ".
- "bookmarks and report any broken links."),
- '<a href="//wiki.cacert.org/HELP/6">', '</a>');
-?>
-</p>
+<? /* + LibreSSL - CAcert web application + Copyright (C) 2004-2008 CAcert Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 of the License. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +*/ ?> +<p style="background-color: #FF8080; font-size: 150%"> +<? +printf(_("This page has been moved to the %swiki%s. Please update your ". + "bookmarks and report any broken links."), + '<a href="//wiki.cacert.org/HELP/6">', '</a>'); +?> +</p> |