Skip to content

Commit 4eaebc7

Browse files
committed
1 parent 0d29f2d commit 4eaebc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

generate/libraries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// get library index
2020
$index = CONTENTDIR."api_$lang/libraries/index.html";
21-
$page = new Page('Libraries \\ Processing 1.0 (BETA)', 'Libraries');
21+
$page = new Page('Libraries', 'Libraries');
2222
$page->content(file_get_contents($index));
2323
make_necessary_directories(BASEDIR.$lib_dir.'/images/include.php');
2424
writeFile($lib_dir.'/index.html', $page->out());

generate/tools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// get tools index
1515
$index = CONTENTDIR."api_en/tools/index.html";
16-
$page = new Page('Tools \\ Processing 1.0', 'Tools');
16+
$page = new Page('Tools', 'Tools');
1717
$page->content(file_get_contents($index));
1818
//make_necessary_directories(BASEDIR.$tools_dir.'/images/include.php');
1919
writeFile($tools_dir.'/index.html', $page->out());

0 commit comments

Comments
 (0)