Browse Source

[Dispatch] fix formatting

main
Annwan 4 months ago
parent
commit
3e6b73f5c3
  1. 4
      main.lua

4
main.lua

@ -13,8 +13,8 @@ local template = etlua.compile[[
<title>Annwan's CGI scripts</title> <title>Annwan's CGI scripts</title>
</head> </head>
<body> <body>
<% if app and app ~= nil then %>
<p>No such application: <b><%= app -%></p>
<% if app and app ~= "" then %>
<p>No such application: <b><%= app -%></b></p>
<% end %> <% end %>
<h1>Available Applications</h1> <h1>Available Applications</h1>
<ul> <ul>

Loading…
Cancel
Save