Skip to content

Commit

Permalink
Fixed a notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
parpalak committed Dec 12, 2023
1 parent 6d6342d commit 368a4f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Processor/DelayedProcessor.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright 2020-2022 Roman Parpalak
* @copyright 2020-2023 Roman Parpalak
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @package Upmath Latex Renderer
* @link https://i.upmath.me
Expand Down Expand Up @@ -92,6 +92,7 @@ private function optimizeSvgViaHttp(string $filePath): bool

$context = stream_context_create(['http' => [
'method' => 'POST',
'header' => "Content-Type: application/x-www-form-urlencoded\r\n",
'content' => $unoptimizedSvg,
]]);

Expand Down

0 comments on commit 368a4f2

Please sign in to comment.