File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -257,9 +257,8 @@ async function renderProblemPage(platform, problemName) {
257257 </a>
258258 </div>
259259
260- <div class="content-wrapper">
261- <h1 class="page-title">${ pageTitle } </h1>
262- <p class="page-subtitle">${ platformTitle } ${ platform === 'vicutils' ? ' Script' : ' Problem Solution' } </p>
260+ <h1 class="page-title">${ pageTitle } </h1>
261+ <p class="page-subtitle">${ platformTitle } ${ platform === 'vicutils' ? ' Script' : ' Problem Solution' } </p>
263262 ` ;
264263
265264 // Use side-by-side layout if there's exactly 1 image and code
@@ -318,7 +317,7 @@ async function renderProblemPage(platform, problemName) {
318317 }
319318 }
320319
321- pageContent += `</div></div> ` ;
320+ pageContent += `</div>` ;
322321
323322 main . innerHTML = pageContent ;
324323 hljs . highlightAll ( ) ;
You can’t perform that action at this time.
0 commit comments