Skip to content

Commit

Permalink
update encoding to utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
7coil committed Nov 13, 2023
1 parent 6c898f5 commit 04287e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>PilkSoft Software</h2>
</div>

<script type="text/javascript">
var news = ["Basingstoke - Local man dies of ligma, after missing their CrossCountry train", "Reading - Local youth is caught fare dodging, and is charged £923123.20 by First Great Western"];
var news = ["Basingstoke - Local man dies of ligma, after missing their CrossCountry train", "Reading - Local youth is caught fare dodging, and is charged £923123.20 by First Great Western"];

document.getElementById("news-ticker").innerHTML = "<b>In the news: </b>" + news[Math.floor(Math.random() * news.length)];
</script>
Expand Down

0 comments on commit 04287e7

Please sign in to comment.