Skip to content

Commit

Permalink
Bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Jun 27, 2024
1 parent 0d4f9b9 commit e4bcde5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<td id="eyeColor" style="text-align: center;"></td>
<td id="age" style="text-align: center;"></td>
<td id="company"></td>
<td id="isActive" style="text-align: center;"></td>
<td style="text-align: center;"><span id="isActive"></span></td>
<td id="about"></td>
<td id="greeting"></td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<tr>
<td id="index" style="text-align: center;"></td>
<td id="name"></td>
<td id="isActive" style="text-align: center;"></td>
<td style="text-align: center;"><span id="isActive"></span></td>
</tr>
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<td id="deptNm"></td>
<td id="email"></td>
<td id="company"></td>
<td id="isActive" style="text-align: center;"></td>
<td style="text-align: center;"><span id="isActive"></span></td>
</tr>
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<tr>
<td id="index" style="text-align: center;"></td>
<td id="name"></td>
<td id="isActive" style="text-align: center;"></td>
<td style="text-align: center;"><span id="isActive"></span></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit e4bcde5

Please sign in to comment.