Skip to content

Commit eb85e8b

Browse files
authored
Merge pull request #270 from ffiesta/master
removing the problematic space
2 parents 4a94a0a + 878a1c0 commit eb85e8b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.81
1+
1.0.82

template.inc.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function gtag(){dataLayer.push(arguments);}
8585
foreach($subsub_index_array as $third_index_fe){
8686
echo "<li class=\"subsub_index";
8787
if($third_index_fe->url==substr($DOC->ID,0,strlen($third_index_fe->url))){echo " active";}
88-
echo "\"><a class=\"waves-effect waves-light\" href=\"".$APP->PATH.$third_index_fe->url."\">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;".$third_index_fe->label."</a></li>\n";
88+
echo "\"><a class=\"waves-effect waves-light\" href=\"".$APP->PATH.$third_index_fe->url."\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;".$third_index_fe->label."</a></li>\n";
8989
}
9090
echo "</ul>";
9191
}
@@ -445,3 +445,4 @@ function copyCode(button) {
445445
?>
446446
</body>
447447
</html>
448+

0 commit comments

Comments
 (0)