diff mbox series

[FFmpeg-devel] web/index: fix unclosed SMALL tag

Message ID 20240108212216.1823934-1-marth64@proxyid.net
State New
Headers show
Series [FFmpeg-devel] web/index: fix unclosed SMALL tag | expand

Checks

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

Commit Message

Marth64 Jan. 8, 2024, 9:22 p.m. UTC
Signed-off-by: Marth64 <marth64@proxyid.net>
---
 src/template_footer1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Sabatini Jan. 9, 2024, 11:43 p.m. UTC | #1
On date Monday 2024-01-08 15:22:17 -0600, Marth64 wrote:
> Signed-off-by: Marth64 <marth64@proxyid.net>
> ---
>  src/template_footer1 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/template_footer1 b/src/template_footer1
> index 4fce551..6722421 100644
> --- a/src/template_footer1
> +++ b/src/template_footer1
> @@ -1,5 +1,5 @@
>  
> -          <p class="text-right"><small>Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a><small></p>
> +          <p class="text-right"><small>Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a></small></p>

LGTM (but I confirm I have no write access to ffmpeg-web), thanks.
Michael Niedermayer Jan. 10, 2024, 2:04 a.m. UTC | #2
On Wed, Jan 10, 2024 at 12:43:13AM +0100, Stefano Sabatini wrote:
> On date Monday 2024-01-08 15:22:17 -0600, Marth64 wrote:
> > Signed-off-by: Marth64 <marth64@proxyid.net>
> > ---
> >  src/template_footer1 | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/src/template_footer1 b/src/template_footer1
> > index 4fce551..6722421 100644
> > --- a/src/template_footer1
> > +++ b/src/template_footer1
> > @@ -1,5 +1,5 @@
> >  
> > -          <p class="text-right"><small>Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a><small></p>
> > +          <p class="text-right"><small>Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a></small></p>
> 
> LGTM (but I confirm I have no write access to ffmpeg-web), thanks.

are you using ?
git@ffmpeg.org:ffmpeg-web

thx

[...]
diff mbox series

Patch

diff --git a/src/template_footer1 b/src/template_footer1
index 4fce551..6722421 100644
--- a/src/template_footer1
+++ b/src/template_footer1
@@ -1,5 +1,5 @@ 
 
-          <p class="text-right"><small>Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a><small></p>
+          <p class="text-right"><small>Hosting provided by <a href="https://telepoint.bg">telepoint.bg</a></small></p>
         </div> <!-- page-content-inset -->
       </div> <!-- page-content-wrapper -->
     </div> <!-- wrapper -->