diff --git a/ChangeLog b/ChangeLog index eef63eb9a..c21b1f8fb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2006-10-04 Michal Čihař * Documentation.html: Fixes thanks to Matt LaPlante - cyberdog3k. - Fix Wikipedia URLs (patch #1568498). + - Fix duplicate ids (patch #1568504). 2006-10-03 Marc Delisle ### 2.9.0.2 released from MAINT_2_9_0 diff --git a/Documentation.html b/Documentation.html index 60c49060e..c5f9abbe9 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1465,9 +1465,9 @@ ALTER TABLE `pma_column_comments`
The color (HTML) #2 for table rows. See themes/themename/layout.inc.php.
-
$cfg['BrowsePointerBackground'] string [HTML color]
+
$cfg['BrowsePointerBackground'] string [HTML color]
$cfg['BrowsePointerColor'] string [HTML color]
- $cfg['BrowseMarkerBackground'] string [HTML color]
+ $cfg['BrowseMarkerBackground'] string [HTML color]
$cfg['BrowseMarkerColor'] string [HTML color]
The colors (HTML) uses for the pointer and the marker in browse mode.