diff mbox series

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

Message ID 20240108211724.1823483-1-marth64@proxyid.net
State New
Headers show
Series [FFmpeg-devel] web/index: fix dangling/improper paragraph (P) tag (2) | 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:17 p.m. UTC
Signed-off-by: Marth64 <marth64@proxyid.net>
---
 src/index | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Sabatini Jan. 9, 2024, 11:33 p.m. UTC | #1
On date Monday 2024-01-08 15:17:25 -0600, Marth64 wrote:
> Signed-off-by: Marth64 <marth64@proxyid.net>
> ---
>  src/index | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/index b/src/index
> index 1d74e8c..4b01f55 100644
> --- a/src/index
> +++ b/src/index
> @@ -146,7 +146,7 @@
>      <a href="https://git.videolan.org/?p=ffmpeg.git;a=summary">repository</a> is required.
>      The functionality will be included in stable branches with the release of version 6.1, due
>      to be released soon.
> -  <p>
> +  </p>

LGTM (but I don't think I have write access to the web repo).
Michael Niedermayer Jan. 10, 2024, 2 a.m. UTC | #2
On Wed, Jan 10, 2024 at 12:33:28AM +0100, Stefano Sabatini wrote:
> On date Monday 2024-01-08 15:17:25 -0600, Marth64 wrote:
> > Signed-off-by: Marth64 <marth64@proxyid.net>
> > ---
> >  src/index | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/src/index b/src/index
> > index 1d74e8c..4b01f55 100644
> > --- a/src/index
> > +++ b/src/index
> > @@ -146,7 +146,7 @@
> >      <a href="https://git.videolan.org/?p=ffmpeg.git;a=summary">repository</a> is required.
> >      The functionality will be included in stable branches with the release of version 6.1, due
> >      to be released soon.
> > -  <p>
> > +  </p>
> 
> LGTM (but I don't think I have write access to the web repo).

You should have access, i even see commits from you in the past:

commit 5eb77b8499027e943539cd03985b8f79e9fcedcb
Author:     Stefano Sabatini <stefasab@gmail.com>
AuthorDate: Wed Aug 12 16:07:44 2015 +0200
Commit:     Stefano Sabatini <stefasab@gmail.com>
CommitDate: Wed Aug 12 16:07:44 2015 +0200

    web/index: use "audio" and "video" in place of "audios" and "videos"

[...]
diff mbox series

Patch

diff --git a/src/index b/src/index
index 1d74e8c..4b01f55 100644
--- a/src/index
+++ b/src/index
@@ -146,7 +146,7 @@ 
     <a href="https://git.videolan.org/?p=ffmpeg.git;a=summary">repository</a> is required.
     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.