jsjolen / smallest-java-ci

CI that we made for edu. purposes.
0 stars 0 forks source link

Fix htmlPostamble initialization #35

Closed modnikhil closed 5 years ago

modnikhil commented 5 years ago

In ContinuousIntegrationServer.java, the htmlPostamble variable is initialized with the value </html></body>.

It should be changed to </body></html>.