Skip to content

Commit

Permalink
coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 21, 2012
1 parent 10db638 commit 8a5b914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/toc_extractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function transformIndex(&$menu) {
}
}

function transformMenu(&$menu){
function transformMenu(&$menu) {
$dir = getcwd();
$html = file_get_contents("$dir/contents.html");
$html = preg_replace('/&(.+);/', '', $html);
Expand Down

0 comments on commit 8a5b914

Please sign in to comment.