File tree Expand file tree Collapse file tree 1 file changed +35
-4
lines changed
Expand file tree Collapse file tree 1 file changed +35
-4
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,41 @@ <h2>Error Log</h2>
5757 < footer >
5858 < details >
5959 < summary > Version History</ summary >
60- < ul >
61- < li > Initial Build: < a href =""> Shaughn Anderson</ a > </ li >
62- < li > 2025 Update: < a href =""> Jason Warren</ a > </ li >
63- </ ul >
60+ < table >
61+ < thead >
62+ < tr >
63+ < th scope ="col "> Date</ th >
64+ < th scope ="col "> Version</ th >
65+ < th scope ="col "> Notes</ th >
66+ < th scope ="col "> Developer</ th >
67+ </ tr >
68+ </ thead >
69+
70+ < tbody >
71+ < tr >
72+ < th scope ="row "> Aug 2025</ th >
73+ < td > < pre > 2526.1.38.0</ pre > </ td >
74+ < td >
75+ < ul >
76+ < li > 2025 Schema</ li >
77+ < li > Package Updates</ li >
78+ < li > Styling</ li >
79+ </ ul >
80+ </ td >
81+ < td > < a href =""> Jason Warren</ a > </ td >
82+ </ tr >
83+ < tr >
84+ < th scope ="row "> 2024</ th >
85+ < td > < pre > 2024.x.x.x</ pre > </ td >
86+ < td >
87+ < ul >
88+ < li > Initial Build</ li >
89+ </ ul >
90+ </ td >
91+ < td > < a href =""> Shaughn Anderson</ a > </ td >
92+ </ tr >
93+ </ tbody >
94+ </ table >
6495 </ details >
6596 </ footer >
6697 </ body >
You can’t perform that action at this time.
0 commit comments