fix missing quote

This commit is contained in:
idkwhereisthisname 2025-03-20 14:27:46 +01:00 committed by GitHub
parent d05338f843
commit 93b7e433e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -711,7 +711,7 @@ body {
} }
</style> </style>
<script type="text/javascript> <script type="text/javascript">
function showHelpShop() { function showHelpShop() {
showPage("M_01.jsp?titleId=0001000248414241"); showPage("M_01.jsp?titleId=0001000248414241");
} }