diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index dcfd4e0f0..cd81c9652 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -338,7 +338,7 @@ def sanitize(sanitized, edit=False): sanitized = sanitized.replace('\n','') if len(sanitized) > 5000: - sanitized = showmore_regex.sub(r'\1

SHOW MORE...

\2
', sanitized) + sanitized = showmore_regex.sub(r'\1

\2
', sanitized) signal.alarm(0) diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index bafcdf639..de627c647 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -16,7 +16,7 @@ set CACHE_VER = { 'css/win98.css': 61, 'js/award_modal.js': 253, - 'js/bootstrap.js': 271, + 'js/bootstrap.js': 272, 'js/comments+submission_listing.js': 261, 'js/submission_listing.js': 261, 'js/emoji_modal.js': 297,