summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/diag_tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_tables.php b/usr/local/www/diag_tables.php
index 289d39f..8c71368 100644
--- a/usr/local/www/diag_tables.php
+++ b/usr/local/www/diag_tables.php
@@ -147,7 +147,7 @@ include("head.inc");
foreach ($entries as $entryA):
$entry = trim($entryA);
?>
- <tr id="<?=$entry?>">
+ <tr id="entry_<?=str_replace("/", "-", $entry)?>">
<td>
<?php echo $entry; ?>
</td>
OpenPOWER on IntegriCloud