Fixed qa table width stuff

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-03-10 15:21:41 +01:00
parent 0f076b4c74
commit a3dfc2497c
2 changed files with 3 additions and 2 deletions

View file

@ -379,6 +379,7 @@ function RemoveDuplFromSubject(subj) {
subj.Questions = [];
for (var i = 0; i < cp.length; i++) {
var j = 0;
// Only removes 100% match!
while (j < subj.length && cp[i].Compare(subj.Questions[j]) != 100) {
j++;
}

View file

@ -1,7 +1,7 @@
<center><h2> Q & A: </h3></center>
<% for (var i = 0; i < qa.length; i++) { %>
<hr>
<table>
<table style="width:100%">
<td style="vertical-align:middle;text-align:center;width:5%">
<h2 >
<%= i %>