Fixed feedback text
This commit is contained in:
@ -25,7 +25,7 @@ fetch("/pages/blog/"+search+".json").then(response => response.json()).then(data
|
||||
postText = document.getElementById("postText");
|
||||
postTitle.textContent = "Error fetching post";
|
||||
postSubTitle.textContent = "What happened?"
|
||||
postText.textContent = "You were trying to look for " + document.location.search + " Is this correct?"
|
||||
postText.textContent = "You were trying to look for ( " + document.location.search + " ) is this correct?"
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user