Improve validateURL()
This commit is contained in:
parent
6add647ec7
commit
263e89e292
2 changed files with 114 additions and 0 deletions
|
|
@ -13,6 +13,16 @@
|
|||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
{{ if .ParseErrors }}
|
||||
<h2>Results</h2>
|
||||
<ul>
|
||||
{{ range .ParseErrors }}
|
||||
<li class="{{ if .IsError }}error{{ else }}success{{ end }}"><a href="{{ .FeedURL }}">{{ .FeedURL }}</a> - {{ .Msg }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
|
||||
|
||||
<span class="title">
|
||||
<h1>
|
||||
<a href="/">FeedVault</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue