BraydenMoore commited on
Commit
d8c58d9
·
1 Parent(s): 6be0cae

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -280,7 +280,7 @@
280
  const locationName = document.getElementById('location-name');
281
  locationName.textContent = "{{ page_title }}";
282
 
283
- const newUrl = "{{ url }}";
284
 
285
  function refreshImage() {
286
  let xhr = new XMLHttpRequest();
 
280
  const locationName = document.getElementById('location-name');
281
  locationName.textContent = "{{ page_title }}";
282
 
283
+ const newUrl = "{{ url|safe }}";
284
 
285
  function refreshImage() {
286
  let xhr = new XMLHttpRequest();