I have no idea what happened here o.o

This commit is contained in:
Nathaniel Olsen 2017-01-23 22:56:51 -06:00
parent a005b1128b
commit 891662e1f9
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -65,7 +65,7 @@ if ($SYNTAXHIGHLIGHTING):
endif;
if ($MARKDOWN):
?>
<script type="text/javascript" src="js/showdown-1.6.0.js" integrity="sha512-yHDzJ1/LQoVrAeiQdjim4MBp7qwWwPDDkEqjTQmu4KMLT5h4lRkhKspC36bl1t1gRhuS7ziFDFWj2NF4dbo5KQ==" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/showdown-1.6.0.js" integrity="sha512-oiEBW2YDd5XmWpcKcaEPQ09QbSJzhLmILI0I4A4xjZpAxHaObwrCWJ3FPKLGfYnebT8mXZKJh6HvRPLRx8GgNg==" crossorigin="anonymous"></script>
<?php
endif;
?>