diff --git a/src/include/functions_common.php b/src/include/functions_common.php index c8039df..7a56881 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -874,7 +874,7 @@ function AddContextLinks(&$sourceTxt) $replace = array ( "'.' . InsertLookupLink(\"\", \"\\1.\\2\", \"\", \"\\3\")", - "'.' . InsertLookupLink(\"\\1.\\2.\\3.\\4\", \"\", \"\", \"\")", + "InsertLookupLink(\"\\1.\\2.\\3.\\4\", \"\", \"\", \"\")", ); // Replace and return!