fixing indentation

1.9.x
Yoselyn Castillo 12 years ago
parent d6d5abeac9
commit b8ccf45168
  1. 2
      main/admin/configure_homepage.php

@ -380,7 +380,7 @@ if (!empty($action)) {
if (empty($link_html)) {
fputs($fp, get_lang('MyTextHere'));
} else {
fputs($fp, '$link_html');
fputs($fp, $link_html);
}
fclose($fp);
}

Loading…
Cancel
Save