Browse Source

update gemini-php api

main
yggverse 2 months ago
parent
commit
0824d0d73b
  1. 4
      src/Entity/Tab/Page.php

4
src/Entity/Tab/Page.php

@ -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…
Cancel
Save