mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
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:
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
Reference in New Issue
Block a user