Skip to content

Commit

Permalink
added known issues section; corrected misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
CherrelleTucker committed Jan 24, 2024
1 parent ec56f52 commit 91df237
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions inDocActionItemsWebApp/Page.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@
text-align:left;
}
</style>
<style>
hr {
border: 0;
height: 5px;
background-color: #333; /* Line color */
margin-top: 50px; /* Space above the line */
margin-bottom: 20px; /* Space below the line */
}
</style>
</head>
<body>

Expand Down Expand Up @@ -128,6 +137,13 @@ <h2 style="text-align:center;">Sample Agenda Elements</h2>
<td> scrape up the printer and window glass from the parking lot.</td>
</table>
</div>
</body>
</html>
<hr>

<h2 style="text-align:center;">Known Issues</h2>
<div class="left-content">
<p>Lines with multiple names can (but won't always) populate with the incorrect name identified as the action owner. It appears that enclosing the correct name with parentheses ( ) can work around this issue.</p>
<p> Send screenshots or snips of found errors to <a href="mailto: [email protected]">[email protected]</a> or add to the <a href="https://github.com/CherrelleTucker/snwg-automation/issues/42" target="GitHub Issue">GitHub Issue.</a> Include Attendees list, the paragraph in which your action item is listed, and the action item as it was generated.</p>
</div>
</body>
</html>

0 comments on commit 91df237

Please sign in to comment.