Mercurial Hosting > hghosting
comparison src/admin/edit.html.luan @ 24:f9a4e674de75
add lang
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Fri, 02 May 2025 11:13:52 -0600 |
| parents | dfc36e7ed22c |
| children |
comparison
equal
deleted
inserted
replaced
| 23:7c9a45368af2 | 24:f9a4e674de75 |
|---|---|
| 20 | 20 |
| 21 | 21 |
| 22 local function response(name,content) | 22 local function response(name,content) |
| 23 %> | 23 %> |
| 24 <!doctype html> | 24 <!doctype html> |
| 25 <html> | 25 <html lang="en"> |
| 26 <head> | 26 <head> |
| 27 <% head() %> | 27 <% head() %> |
| 28 <title>Edit Mercurial Repository</title> | 28 <title>Edit Mercurial Repository</title> |
| 29 </head> | 29 </head> |
| 30 <body> | 30 <body> |
| 89 end | 89 end |
| 90 return | 90 return |
| 91 end | 91 end |
| 92 %> | 92 %> |
| 93 <!doctype html> | 93 <!doctype html> |
| 94 <html> | 94 <html lang="en"> |
| 95 <head> | 95 <head> |
| 96 <% head() %> | 96 <% head() %> |
| 97 <title>Edit Mercurial Repository</title> | 97 <title>Edit Mercurial Repository</title> |
| 98 </head> | 98 </head> |
| 99 <body> | 99 <body> |
