xhtml fix

This commit is contained in:
Loïc Chapeaux
2002-02-08 18:05:38 +00:00
parent c2051a588f
commit 9d60390efa
2 changed files with 13 additions and 13 deletions

View File

@@ -823,12 +823,11 @@
<br /><br /> <br /><br />
</dd> </dd>
<dt>
<dt><b>$cfgBrowseMarkRow </b>boolean</dt> <dt><b>$cfgBrowseMarkRow </b>boolean</dt>
<dd> <dd>
If the value is 1, you can visually mark rows with the color in If the value is 1, you can visually mark rows with the color in
$cfgBrowsePointerColor, by clicking on them. Works on browsers that <tt>$cfgBrowsePointerColor</tt>, by clicking on them. Works on browsers
support 'onmousedown'. that support 'onmousedown'.
<br /><br /> <br /><br />
</dd> </dd>
@@ -1058,8 +1057,8 @@
<p> <p>
<b>I get an error 'No SQL query' when trying to execute a bookmark.</b> <b>I get an error 'No SQL query' when trying to execute a bookmark.</b>
<br /> <br />
If PHP does not have read/write access to its upload_tmp_dir, it cannot If PHP does not have read/write access to its <i>upload_tmp_dir</i>, it
access the uploaded query. cannot access the uploaded query.
</p> </p>
<h3>[Configuration]</h3> <h3>[Configuration]</h3>
@@ -1155,9 +1154,9 @@
error or a time limit error.</b> error or a time limit error.</b>
<br /> <br />
As of version 2.2.4, we build the compressed dump in memory, so large As of version 2.2.4, we build the compressed dump in memory, so large
tables dumps may hang. The only alternative we can think about (using tables dumps may hang. The only alternative we can think about (using
system calls to mysqldump then gzip or bzip2) would not be applicable system calls to mysqldump then gzip or bzip2) would not be applicable in
in environments where PHP is in safe mode: access to system programs environments where PHP is in safe mode: access to system programs is
is limited by the system administrator, and time limit is enforced. is limited by the system administrator, and time limit is enforced.
</p> </p>
@@ -1276,10 +1275,11 @@
<b>In Internet Explorer 5.0, 5.5 or 6.0, I get an error when trying to <b>In Internet Explorer 5.0, 5.5 or 6.0, I get an error when trying to
modify a row in a table with many fields, or with a text field.</b> modify a row in a table with many fields, or with a text field.</b>
<br /> <br />
Your table does not have a primary key, so we must use a long URL to Your table neither have a primary key nor an unique one, so we must use a
identify this row. There is a limit on the lenght of the URL in those long URL to identify this row. There is a limit on the lenght of the URL in
browsers, and this not happen in Netscape, for example. The workaround those browsers, and this not happen in Netscape, for example. The
is to create a primary key, or use another browser.<br /> workaround is to create a primary or unique key, or use another browser.
<br />
</p> </p>
<p> <p>

View File

@@ -27,7 +27,7 @@ $is_backup = ($action != 'tbl_create.php3' && $action != 'tbl_addfield.php3');
<table border="<?php echo $cfgBorder; ?>"> <table border="<?php echo $cfgBorder; ?>">
<tr> <tr>
<th><?php echo $strField; ?></th> <th><?php echo $strField; ?></th>
<th><?php echo $strType . "<br>" . PMA_showDocuShort('C/o/Column_types.html'); ?></th> <th><?php echo $strType . '<br />' . PMA_showDocuShort('C/o/Column_types.html'); ?></th>
<th><?php echo $strLengthSet; ?></th> <th><?php echo $strLengthSet; ?></th>
<th><?php echo $strAttr; ?></th> <th><?php echo $strAttr; ?></th>
<th><?php echo $strNull; ?></th> <th><?php echo $strNull; ?></th>