logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 6b37e5baec48fd9cad4a59cb4684ed9dc85e30e8
parent d7059dbf3dca3ea7eaf586baa8e2a6f9cf461dca
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 16 Sep 2024 02:42:35 +0300

actual escape for real this time

Diffstat:

Mindex.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -98,7 +98,7 @@ " > <!-- (。>﹏<) --> - <span class="initial-text">%28%uFF61%3E%uFE4F%3C%29</span> + <span class="initial-text">(。&gt;﹏&lt;)</span> </div> </div> <div id="app" class="hidden"></div>