remove extra prefix

This commit is contained in:
yggverse 2024-09-14 07:44:14 +03:00
parent 8655a95e6e
commit 5146eac9c1

View File

@ -23,7 +23,7 @@ Reader::Reader(
); );
set_markup( set_markup(
Reader::make( make(
GEMTEXT GEMTEXT
) )
); );
@ -112,7 +112,7 @@ Glib::ustring Reader::make(
if (Line::Match::header(line, level, text)) if (Line::Match::header(line, level, text))
{ {
pango.append( pango.append(
Reader::Make::header( Make::header(
level, level,
text text
) )
@ -129,7 +129,7 @@ Glib::ustring Reader::make(
if (Line::Match::link(line, address, date, alt)) if (Line::Match::link(line, address, date, alt))
{ {
pango.append( pango.append(
Reader::Make::link( Make::link(
address, address,
date, date,
alt alt