converted & to &

This commit is contained in:
gustav_delius 2005-04-01 22:59:30 +00:00
parent 77d2fdab8c
commit 75f087b6e7

View File

@ -1654,7 +1654,7 @@ function make_editing_buttons($mod, $absolute=false, $moveselect=true, $indent=-
}
if ($section >= 0) {
$section = '&sr='.$section; // Section return
$section = '&sr='.$section; // Section return
} else {
$section = '';
}