From d24b38e00e58e8c497f15a9c8b5c94f384af7026 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 10 Jul 2007 07:34:05 +0000 Subject: [PATCH] fixed typo --- search/documents/physical_htm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5