public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] country.cgi: Fix for copy&paste typo
@ 2021-02-12 19:40 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2021-02-12 19:40 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

Fixes typo in line 103 (<-> is no tab...)

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 html/cgi-bin/country.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/country.cgi b/html/cgi-bin/country.cgi
index 6519aa26c..30111dc21 100644
--- a/html/cgi-bin/country.cgi
+++ b/html/cgi-bin/country.cgi
@@ -100,7 +100,7 @@ print <<END
 <div align='center'>
 <table width='80%'>
 <tr>
-<-><td align='center'><a href='$ENV{'HTTP_REFERER'}'><img src='/images/back.png' alt='$Lang::tr{'back'}' title='$Lang::tr{'back'}' /></a></td>
+	<td align='center'><a href='$ENV{'HTTP_REFERER'}'><img src='/images/back.png' alt='$Lang::tr{'back'}' title='$Lang::tr{'back'}' /></a></td>
 </tr>
 </table>
 </div>
-- 
2.18.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-12 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 19:40 [PATCH] country.cgi: Fix for copy&paste typo Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox