Commit 1d4a512bf3565b318c77c610d288c5411d618204
1 parent
5fedb50c
typo correction
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@273 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/visualpatterns/PatternMainPage.inc
| ... | ... | @@ -53,7 +53,7 @@ class PatternMainPage { |
| 53 | 53 | </head> |
| 54 | 54 | <body> |
| 55 | 55 | <form id=\"MainForm\" action=\"".$this->sFormAction."\" method=\"get\"> |
| 56 | - <table border=\"1\" witdh=\"600\" height=\"800\">\n | |
| 56 | + <table border=\"1\" width=\"600\" height=\"800\">\n | |
| 57 | 57 | <tr height=\"30%\">\n |
| 58 | 58 | <td width=\"20%\">"; |
| 59 | 59 | if (isset($this->oNorthWestPayload)) { | ... | ... |