diff --git a/main/link/linkfunctions.php b/main/link/linkfunctions.php index dac0393d66..677406ec2d 100755 --- a/main/link/linkfunctions.php +++ b/main/link/linkfunctions.php @@ -574,7 +574,7 @@ function showlinksofcategory($catid) // DISPLAY MOVE UP COMMAND only if it is not the top link if ($i != 1) { - echo "", "\"".get_lang('Up')."\"/", "\n"; + echo "", "\"".get_lang('Up')."\"/", "\n"; } else { @@ -584,7 +584,7 @@ function showlinksofcategory($catid) // DISPLAY MOVE DOWN COMMAND only if it is not the bottom link if ($i < $numberoflinks) { - echo "", "\"".get_lang('Down')."\"/", "\n"; + echo "", "\"".get_lang('Down')."\"/", "\n"; } else { @@ -593,11 +593,11 @@ function showlinksofcategory($catid) if ($myrow['visibility'] == "1") { - echo ''; + echo ''; } if ($myrow['visibility'] == "0") { - echo ''; + echo ''; } } echo '';