mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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
|
||||
|
||||
$this->content->set_markup(
|
||||
\Yggverse\Gemini\Pango::fromGemtext(
|
||||
\Yggverse\Gemini\Gtk3\Pango::fromGemtext(
|
||||
$response->getBody()
|
||||
)
|
||||
);
|
||||
|
|
@ -748,7 +748,7 @@ class Page
|
|||
}
|
||||
|
||||
$this->content->set_markup(
|
||||
\Yggverse\Gemini\Pango::fromGemtext(
|
||||
\Yggverse\Gemini\Gtk3\Pango::fromGemtext(
|
||||
$data
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue