From 4e83465eedf9f4804aed0b884c29576f22902cc3 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 28 May 2007 00:22:17 +0000 Subject: [PATCH] Removed non-standard :endif notation. --- mod/wiki/ewiki/fragments/wiki_format.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/wiki/ewiki/fragments/wiki_format.inc b/mod/wiki/ewiki/fragments/wiki_format.inc index 4a03a58cb8..0c09749b5b 100644 --- a/mod/wiki/ewiki/fragments/wiki_format.inc +++ b/mod/wiki/ewiki/fragments/wiki_format.inc @@ -255,7 +255,7 @@ function wiki_link_regex_callback( $uu ) { $href = trim($href); /* create _no_ WikiLinks */ - if ( false ): + if ( false ){ // interwiki links if ( strpos($href, ":") && !strpos($href, "//") && @@ -275,7 +275,7 @@ function wiki_link_regex_callback( $uu ) { EWIKI_SCRIPT . urlencode($href) /*.EWIKI_ADDPARAMDELIM.'edit'*/ . ' ">?'; } - endif; + } // convert normal URLs foreach ( $ewiki_idf_url as $find ) { -- 2.39.5