mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
update gemini-php api
This commit is contained in:
parent
75ab8eb069
commit
0824d0d73b
1 changed files with 2 additions and 2 deletions
|
|
@ -636,7 +636,7 @@ class Page
|
||||||
} // @TODO other codes
|
} // @TODO other codes
|
||||||
|
|
||||||
$this->content->set_markup(
|
$this->content->set_markup(
|
||||||
\Yggverse\Gemini\Pango::fromGemtext(
|
\Yggverse\Gemini\Gtk3\Pango::fromGemtext(
|
||||||
$response->getBody()
|
$response->getBody()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
@ -748,7 +748,7 @@ class Page
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->content->set_markup(
|
$this->content->set_markup(
|
||||||
\Yggverse\Gemini\Pango::fromGemtext(
|
\Yggverse\Gemini\Gtk3\Pango::fromGemtext(
|
||||||
$data
|
$data
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue