Fix Credit Symbol On Paper (#21829)

I have a massive migraine right now so I threw this problem at
Antigravity-Gemini3Flash. I have tested that the credit symbol works
correctly though, and have looked at several papers to make sure their
formatting wasn't messed up.

Tested: 

<img width="106" height="103" alt="image"
src="https://github.com/user-attachments/assets/56672122-5404-4d98-bb4f-65a254ca3d2a"
/>
This commit is contained in:
VMSolidus
2026-02-08 21:15:59 +00:00
committed by GitHub
parent c75421a28e
commit 1e1c5dfda1
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -671,7 +671,7 @@
t = replacetext(t, "\[date\]", "[worlddate2text()]")
t = replacetext(t, "\[tajtime\]", "[tajaran_time()]")
t = replacetext(t, "\[tajdate\]", "[tajaran_full_date()]")
t = replacetext(t, "\[cr\]", "")
t = replacetext(t, "\[cr\]", "\u7535")
t = replacetext(t, "\[editorbr\]", "<BR>")
t = replacetext(t, @"[image id=([\w]*?\.[\w]*?)]", "<img style=\"display:block;width:90%;\" src = [GLOB.config.docs_image_host]$1></img>")
return t
+1 -1
View File
@@ -107,7 +107,7 @@
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
[head_content]
</head>
<body scroll=auto>
@@ -0,0 +1,4 @@
author: Helfirejag
delete-after: True
changes:
- bugfix: "Fixed the credit symbol not being correctly applied when using [cr] on a paper."