diff --git a/js/custom.js b/js/custom.js
index f06bc04..0b5b61a 100644
--- a/js/custom.js
+++ b/js/custom.js
@@ -73,7 +73,7 @@ $(document).ready(function() {
} else {
$('#output').html('No text file provided.
'
+'This site is used to view .txt files that have been uploaded to Discord.
'
- +'For example, the file uploaded here: https://cdn.discordapp.com/attachments/147698382092238848/506154212124786689/example.txt
'
- +'Can be viewed here: https://txt.discord.website/?txt=147698382092238848/506154212124786689/example');
+ +'For example, the file uploaded here: https://cdn.discordapp.com/attachments/147698382092238848/506154212124786689/example.txt
'
+ +'Can be viewed here: https://txt.discord.website/?txt=147698382092238848/506154212124786689/example');
}
});