From: skodak Date: Tue, 10 Jul 2007 07:34:05 +0000 (+0000) Subject: fixed typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d24b38e00e58e8c497f15a9c8b5c94f384af7026;p=moodle.git fixed typo --- diff --git a/search/documents/physical_htm.php b/search/documents/physical_htm.php index 256dd365fc..36878ba492 100644 --- a/search/documents/physical_htm.php +++ b/search/documents/physical_htm.php @@ -21,7 +21,7 @@ function get_text_for_indexing_htm(&$resource){ if (preg_match('/(.*)]*)>(.*)/is',$text, $matches)){ $prefix = $matches[1]; $meta_attributes = $matches[2]; - $suffix = $matches{3]; + $suffix = $matches[3]; if (preg_match('/name="(keywords|description)"/i', $attributes)){ preg_match('/content="[^"]+"/i', $attributes, $matches); $text = $prefix.' '.$matches[1].' '.$suffix;