From 0b0e3454f863cd8d6e30c813923dd67c194ee323 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 18 Jun 2022 00:10:19 +0200 Subject: [PATCH] Fix replacement of link with itself (stolen from themotte) --- files/templates/util/assetcache.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 5f0ac22114..59dbdf835f 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -21,7 +21,7 @@ set CACHE_VER = { 'js/formatting.js': 240, 'js/header.js': 272, 'js/lottery.js': 254, - 'js/marked.js': 259, + 'js/marked.js': 260, 'js/submit.js': 261, 'js/userpage.js': 241, 'js/userpage_v.js': 245,