diff --git a/ChangeLog b/ChangeLog index bff83ed94..dc8e0b8af 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2006-08-01 Sebastian Mendel * left.php, libraries/header.inc.php: do not apply 'vertical scrollbar bug'-fix to IE 7 + * changelog.php: updatet CVS URL 2006-07-31 Michal Čihař * lang/czech: Updated. diff --git a/changelog.php b/changelog.php index 440aea986..63e512629 100644 --- a/changelog.php +++ b/changelog.php @@ -34,7 +34,7 @@ $replaces = array( // linking files '/(\s+)([\\/a-z_0-9\.]+\.(?:php3?|html|pl|js|sh))/i' - => '\\1\\2', + => '\\1\\2', // FAQ entries '/FAQ ([0-9]+)\.([0-9a-z]+)/i' @@ -54,9 +54,9 @@ $replaces = array( // Highlight releases (with links) '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/' - => '\\2\\4.\\5.\\6.\\7 \\8', + => '\\2\\4.\\5.\\6.\\7 \\8', '/(( ### )(([0-9]+)\.([0-9]+)\.([0-9]+) (.*)))/' - => '\\2\\4.\\5.\\6 \\7', + => '\\2\\4.\\5.\\6 \\7', // Highlight releases (not linkable) '/( ### )(.*)/'