Message ID | 20240108212216.1823934-1-marth64@proxyid.net |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel] web/index: fix unclosed SMALL tag | expand |
Context | Check | Description |
---|---|---|
andriy/configure_x86 | warning | Failed to apply patch |
yinshiyou/configure_loongarch64 | warning | Failed to apply patch |
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.
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 --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 -->
Signed-off-by: Marth64 <marth64@proxyid.net> --- src/template_footer1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)