diff --git a/index.php b/index.php index 7c4b563..ddb57b4 100644 --- a/index.php +++ b/index.php @@ -27,7 +27,7 @@ for ($i = 0; $i < count($module_list); $i++) { echo " Error. Modules doesn't deffined". $module_list[$i] .""; } else { - echo " ". $module_list[$i] . ":< a href=\"". $module_list[$i] .".php\">" . "тык" . `\n`; + echo '< a href="\\'. $module_list[$i] .'.php\">' . 'тык ' . `\n`; } }