We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180eaf3 commit ee2e14dCopy full SHA for ee2e14d
1 file changed
generate/lib/Example.class.php
@@ -165,7 +165,7 @@ function make_nav(&$array) {
165
$next = array();
166
$get_next = false;
167
168
- $html = "\n<table id=\"examples-nav\" border=\"0\">\n<tr><td>";
+ $html = "\n<table id=\"examples-nav\" border=\"1\">\n<tr><td>";
169
//$html = "\n<table id=\"examples-nav\" width=\"640\">\n<tr><td align=\"right\">";
170
171
$select = "\n<select name=\"nav\" size=\"1\" class=\"inputnav\" onChange=\"javascript:gogo(this)\">\n";
0 commit comments