remove trailing slash
This commit is contained in:
parent
0000006b72
commit
00000074fc
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body lang="@lang">
|
||||
<h1>@title</h1>
|
||||
<span style="color: #888; font-size: 0.8em">size: @size - <a href="@url">source</a> - <a href="/read/">proxy</a></span>
|
||||
<span style="color: #888; font-size: 0.8em">size: @size - <a href="@url">source</a> - <a href="/read">proxy</a></span>
|
||||
<br />
|
||||
@body
|
||||
</body>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
<body lang="en">
|
||||
<h1>error!</h1>
|
||||
<p>couldn't parse that page</p>
|
||||
<a href="/read/">go back</a>
|
||||
<a href="/read">go back</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<body lang="en">
|
||||
<h1>readability proxy</h1>
|
||||
<p>proxy a webpage and remove the junk - <a href="https://git.celery.eu.org/tezlm/readable/">sauce</a></p>
|
||||
<form action="/read/">
|
||||
<form action="/read">
|
||||
<input type="url" name="url" placeholder="url">
|
||||
<input type="submit" value="go">
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue