From 163f6eb6e20789f72b2821dc5c693ae3d07a9820 Mon Sep 17 00:00:00 2001 From: Roland Heyder Date: Thu, 19 Jan 2023 23:48:22 +0100 Subject: [PATCH] Availability gallery - add handling for the new separator image --- source/ide/wiki/wiki_methods.bas | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ide/wiki/wiki_methods.bas b/source/ide/wiki/wiki_methods.bas index 06d92111b..aa6304525 100644 --- a/source/ide/wiki/wiki_methods.bas +++ b/source/ide/wiki/wiki_methods.bas @@ -357,6 +357,7 @@ SUB WikiParse (a$) 'Wiki page interpret i = ii + LEN(wla$) 'ignore this gallery ELSE wla$ = StrRemove$(wla$, " "): wla$ = StrRemove$(wla$, CHR$(10)) + wla$ = StrRemove$(wla$, "File:Apix.png") 'alpha pixels image (separator only) wla$ = StrReplace$(wla$, "|'''", "|*"): wla$ = StrReplace$(wla$, "'''", "'' / ") wla$ = StrReplace$(wla$, "File:Qb64.png|*", "'''QB64;''' ''") wla$ = StrReplace$(wla$, "File:Qbpe.png|*", "'''QB64-PE;''' ''")