Merged PR 3713: Fix HTML issue with tables in several topics

I changed casing on HTML elements from uppercase to lowercase, and added quotes that were missing in several cases to element parameters. This is now required. The current published topics are broken.
This commit is contained in:
Greg Lindsay
2017-10-11 21:09:27 +00:00
parent aceaeed3de
commit 3afa7395ea
5 changed files with 562 additions and 560 deletions

View File

@ -73,7 +73,7 @@ The deployment script displays the following exit codes to let you know if it wa
<div font-size='7pt;'>
<table border='1' cellspacing='0' cellpadding='0'>
<tr>
<td BGCOLOR="#a0e4fa" width=5>Exit code and meaning</td>
<td BGCOLOR="#a0e4fa" width="5">Exit code and meaning</td>
<td BGCOLOR="#a0e4fa">Suggested fix</td>
</tr>
<tr><td>0 - Success</td>