diff --git a/html/lmbrowse.php b/html/lmbrowse.php
index a01eb72..34a4186 100644
--- a/html/lmbrowse.php
+++ b/html/lmbrowse.php
@@ -1,7 +1,7 @@
// $RCSfile: lmbrowse.php,v $
// $Revision: 1.17 $
-// $Name: lmbrowse-1_7_0-1 $
+// $Name: lmbrowse-1_7_1-1 $
// $Date: 2016/03/21 16:07:30 $
// $Author: agibert $
@@ -41,7 +41,7 @@ $time_start = microtime_float();
include "lmbrowse_config.inc";
$lmb_myname="LMBrowse";
-$lmb_tag_tab=explode( " ", "\$Name: lmbrowse-1_7_0-1 $");
+$lmb_tag_tab=explode( " ", "\$Name: lmbrowse-1_7_1-1 $");
$lmb_tag_tab=explode( "-", $lmb_tag_tab[1]);
$lmb_myver=strtr( "$lmb_tag_tab[1]-$lmb_tag_tab[2]", "_", ".");
@@ -323,7 +323,8 @@ function lmb_html_text_format( $input_text)
"",
"",
"",
- ""
+ "",
+ ""
);
$replace_tab = array(
@@ -341,26 +342,17 @@ function lmb_html_text_format( $input_text)
"",
"",
"
-
-
-",
+
+
+
",
"
-"
+",
+ ""
);
return( str_replace( $search_tab, $replace_tab, $input_text));
@@ -369,7 +361,7 @@ function lmb_html_text_format( $input_text)
/*--------------------------------------------------------------------------------------------------------------------*/
-/* XML Text Format */
+/* XML Text Format */
/*--------------------------------------------------------------------------------------------------------------------*/
function lmb_xml_text_format( $input_text)
@@ -391,7 +383,8 @@ function lmb_xml_text_format( $input_text)
"",
"",
"",
- ""
+ "",
+ ""
);
$replace_tab = array(
@@ -410,6 +403,7 @@ function lmb_xml_text_format( $input_text)
"",
"",
"",
+ "",
""
);
@@ -832,6 +826,8 @@ function lmb_footer( $skin_path)
|
|
|
+ |
+ |
|
|
|