Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs.

This commit is contained in:
tjhunt
2006-05-17 16:47:44 +00:00
parent 9bd76b32f3
commit 450a0a7db7
24 changed files with 73 additions and 78 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ function filter_phrases ($text, &$link_array, $ignoretagsopen=NULL, $ignoretagsc
}
/// All this work has to be done ONLY it it hasn't been done before
if (!$linkobject->work_calculated) {
if (!$linkobject->work_calculated) {
if (!isset($linkobject->hreftagbegin) or !isset($linkobject->hreftagend)) {
$linkobject->work_hreftagbegin = '<span class="highlight"';
$linkobject->work_hreftagend = '</span>';