Skip to content

Commit

Permalink
Fixed target anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chernyshev committed Mar 6, 2012
1 parent e0d7248 commit 0941459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion details/index.php
Expand Up @@ -366,7 +366,7 @@ function not_found() {
}

if (!is_null($redBotBase)) { ?>
<a name="pagetest"/><h2>Run a test using <a href="<?php echo htmlentities($redBotBase)?>" target="_blank">REDbot</a></h2>
<a name="redbot"/><h2>Run a test using <a href="<?php echo htmlentities($redBotBase)?>" target="_blank">REDbot</a></h2>
<form action="<?php echo htmlentities($redBotBase)?>" method="GET" target="_blank">
<input type="hidden" name="uri" size="40" value="<?php echo htmlentities($url)?>"/>
<input type="checkbox" id="checkallassets" name="descend" value="True"<?php if ($redBotCheckAllByDefault) {?> checked<?php } ?>/> <label for="checkallassets">Check all components:</label>
Expand Down

0 comments on commit 0941459

Please sign in to comment.