Skip to content

Commit

Permalink
FIX Bug #1 Remove extra html and body tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayoola Bimpe C authored and Ayoola Bimpe C committed May 6, 2022
1 parent abc4f99 commit b9cfd6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
form_generator/.DS_Store
.DS_Store
.Rproj.user
.idea/
3 changes: 0 additions & 3 deletions tab_03_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,3 @@ function openStandard(evt, standardName) {
window.history.replaceState('', '', '?standard='+standardName);
}
</script>

</body>
</html>
5 changes: 1 addition & 4 deletions tab_04_supplements.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,4 @@ function openSupplement(evt, supplementName) {
evt.currentTarget.className += " active";
window.history.replaceState('', '', '?supplement='+supplementName);
}
</script>

</body>
</html>
</script>

0 comments on commit b9cfd6c

Please sign in to comment.