Skip to content

Commit fa3da9c

Browse files
committed
Fixed js
1 parent bde1b64 commit fa3da9c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

script.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)