[FFmpeg-devel] [PATCH] web/index: fix dangling/improper paragraph (P) tag
Stefano Sabatini
stefasab at gmail.com
Wed Jan 10 01:32:38 EET 2024
On date Monday 2024-01-08 15:14:27 -0600, Marth64 wrote:
> ---
> src/index | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/index b/src/index
> index a949270..1d74e8c 100644
> --- a/src/index
> +++ b/src/index
> @@ -147,7 +147,7 @@
> The functionality will be included in stable branches with the release of version 6.1, due
> to be released soon.
> <p>
> - </p>
> + <p>
probably it was meant to be:
text
</p>
<p>
text
More information about the ffmpeg-devel
mailing list