diff options
Diffstat (limited to 'modules/search.module')
-rw-r--r-- | modules/search.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search.module b/modules/search.module index 54c656e0f..e84f85b22 100644 --- a/modules/search.module +++ b/modules/search.module @@ -452,7 +452,7 @@ function search_index($sid, $type, $text) { // None of the tags we look for make sense when nested identically. // If they are, it's probably broken HTML. $tagstack = array(); - $score = 1; + $score = 1; } else { // Add to open tag stack and increment score |