Skip to content

Commit

Permalink
Merge pull request #87 from isghe/picco16
Browse files Browse the repository at this point in the history
fix html title with default value to 16
  • Loading branch information
isghe authored Jan 3, 2024
2 parents 843d23a + 21fe586 commit 3d49dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

return ret;
};
document.write ('<title>#picco'+piccoGetOrDefault (new URL(location).searchParams, 'picco', 15)+'</title>');
document.write ('<title>#picco'+piccoGetOrDefault (new URL(location).searchParams, 'picco', 16)+'</title>');
</script>
<link rel="stylesheet" type="text/css" href="index.css" />
<script src="data/data12.js"></script>
Expand Down

0 comments on commit 3d49dbd

Please sign in to comment.