Skip to content

Commit 742aed4

Browse files
committed
Use the manual's blockquote.note markup for the FrankenPHP note
1 parent 6216ba4 commit 742aed4

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

include/download-instructions/frankenphp.php

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@
99
# Serve the current directory.
1010
frankenphp php-server
1111
</code></pre>
12-
<div class="note">
13-
<p>
12+
<blockquote class="note"><p>
13+
<strong class="note">Note</strong>:
1414
The install script uses your distribution's packages (deb or RPM) when
1515
available, and those receive updates through the system package manager.
1616
If a standalone binary is installed instead, FrankenPHP does not update
1717
automatically: its dependencies (such as OpenSSL) are statically compiled
1818
into the binary, so you are responsible for updating FrankenPHP yourself,
1919
including when security fixes are released for those dependencies. To
2020
update the standalone binary, re-run the install script.
21-
</p>
22-
</div>
21+
</p></blockquote>
2322
<?php elseif ($options['os'] === 'osx'): ?>
2423
<p>
2524
On the command line, run the following commands:
@@ -42,15 +41,14 @@
4241
# Serve the current directory.
4342
frankenphp php-server
4443
</code></pre>
45-
<div class="note">
46-
<p>
44+
<blockquote class="note"><p>
45+
<strong class="note">Note</strong>:
4746
The standalone binary installed by this script does not update
4847
automatically: its dependencies (such as OpenSSL) are statically compiled
4948
into the binary, so you are responsible for updating FrankenPHP yourself,
5049
including when security fixes are released for those dependencies. To
5150
update, re-run the install script in PowerShell.
52-
</p>
53-
</div>
51+
</p></blockquote>
5452
<?php endif; ?>
5553

5654
<p>

0 commit comments

Comments
 (0)