mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
Fix UI styling and minor bug in lesson display
This commit is contained in:
+1
-1
@@ -1540,7 +1540,7 @@ function makeLessonDiv(lesson, num) {
|
||||
<div class="day" id="${code + num}" style="${colour}">
|
||||
<h2>${description || 'Unknown'}</h2>
|
||||
<h3>${staff || 'Unknown'}</h3>
|
||||
<h3>${room || 'Unknown'}</h3>s
|
||||
<h3>${room || 'Unknown'}</h3>
|
||||
<h4>${from || 'Unknown'} - ${until || 'Unknown'}</h4>
|
||||
<h5>${attendanceTitle || 'Unknown'}</h5>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user