Fix a reversed tag border<->width
This commit is contained in:
parent
9e702fec12
commit
fba0e277ae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6457
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.2 2000/01/29 23:53:40 patrick Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.3 2000/01/29 23:56:25 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: Installation">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
<table border="600" width="0">
|
||||
<table width="600" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<h1> <font color="#660000">How to Install</font></h1>
|
||||
|
|
Loading…
Reference in a new issue