OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-meta Date: 28-Mar-2006 17:44:03
Branch: HEAD Handle: 2006032816440300
Modified files:
openpkg-meta global-title.php meta.php
Log:
fix links; use mdash entity
Summary:
Revision Changes Path
1.16 +1 -1 openpkg-meta/global-title.php
1.7 +1 -1 openpkg-meta/meta.php
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-meta/global-title.php
============================================================================
$ cvs diff -u -r1.15 -r1.16 global-title.php
--- openpkg-meta/global-title.php 27 Mar 2006 20:15:11 -0000 1.15
+++ openpkg-meta/global-title.php 28 Mar 2006 15:44:03 -0000 1.16
@@ -223,7 +223,7 @@
is accompanied by two sibling organizations: <a
href="http://www.openpkg.com/title.php">OpenPKG GmbH</a>,
the corporation providing professional commercial <a
- href="http://www.openpkg.com/service/">services</a>
+ href="http://www.openpkg.com/services/">services</a>
to OpenPKG business customers, and <a
href="http://www.openpkg.net/title.html">OpenPKG
Foundation e.V.</a>, the association backing the <a
@@ .
patch -p0 <<'@@ .'
Index: openpkg-meta/meta.php
============================================================================
$ cvs diff -u -r1.6 -r1.7 meta.php
--- openpkg-meta/meta.php 15 Mar 2006 18:53:52 -0000 1.6
+++ openpkg-meta/meta.php 28 Mar 2006 15:44:03 -0000 1.7
@@ -181,7 +181,7 @@
$html = preg_replace('/('.$tag_side.')/si', "$1$side", $html);
# content post-processing
- $html = preg_replace('/(\s+)--(\s+)/si', '$1—$2', $html);
+ $html = preg_replace('/(\s+)--(\s+)/si', '$1—$2', $html);
# determine content length and output content
header(sprintf("Content-Length: %d", strlen($html)));
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]