diff mbox series

[FFmpeg-devel] web/index: fix dangling/improper paragraph (P) tag

Message ID 20240108211427.1821324-1-marth64@proxyid.net
State New
Headers show
Series [FFmpeg-devel] web/index: fix dangling/improper paragraph (P) tag | expand

Checks

Context Check Description
yinshiyou/configure_loongarch64 warning Failed to apply patch
andriy/configure_x86 warning Failed to apply patch

Commit Message

Marth64 Jan. 8, 2024, 9:14 p.m. UTC
---
 src/index | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Sabatini Jan. 9, 2024, 11:32 p.m. UTC | #1
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
Marth64 Jan. 9, 2024, 11:36 p.m. UTC | #2
Yup, when combined with the (2) version of this same patch, both should be
addressed. Next time will combine in one patch. Thanks!

On Tue, Jan 9, 2024 at 5:32 PM Stefano Sabatini <stefasab@gmail.com> wrote:

> 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
>
diff mbox series

Patch

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>
     As this is also the first practical implementation of the specifications, bugs may be present,
     particularly in drivers, and, although passing verification, the implementation itself.
     New codecs, and encoding support are also being worked on, by both the Khronos organization