Skip to content
Snippets Groups Projects
Commit fa2c5492 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed CSS typos and XHTML compliance.

parent 7017adf1
No related merge requests found
......@@ -19,5 +19,5 @@ with permission to alter and create tables.</p>
<tr><td></td><td><input type="submit" name="submit" value="<?=$this->transEsc('Submit') ?>" /></td></tr>
</tbody>
</table>
If you don't have the credentials or you wish to print the SQL out : Click here to <input type="submit" name="printsql" value="Skip"> credentials.
If you don't have the credentials or you wish to print the SQL out : Click here to <input type="submit" name="printsql" value="Skip" /> credentials.
</form>
\ No newline at end of file
......@@ -7,8 +7,8 @@
// Set up styles:
$this->headstyle()->appendStyle(
"pre {\n"
. " white-space:pre-line; width:90%; overflow-y:visible; padding:8px; margin:1em 2em; background:#EEE; border:1px dashed #CCC;\n"
".pre {\n"
. " white-space:pre-wrap; width:90%; overflow-y:visible; padding:8px; margin:1em 2em; background:#EEE; border:1px dashed #CCC;\n"
. "}\n"
);
?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment