From 9912c49c0460e36815dea9880719ced3b72628f3 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Stefan=20K=C3=B6gl?=
Date: Wed, 26 Jan 2011 14:21:49 +0200
Subject: [PATCH] fix page anchors in index.html
---
feedservice/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/feedservice/index.html b/feedservice/index.html
index c032505..4654ca6 100644
--- a/feedservice/index.html
+++ b/feedservice/index.html
@@ -36,9 +36,9 @@
Headers to /parse
- - If-Modified-Since: Time when all requested feeds have been accessed the last time. The response will only contain podcasts that have been modified in the meantime.
+ - If-Modified-Since: Time when all requested feeds have been accessed the last time. The response will only contain podcasts that have been modified in the meantime.
- User-Agent: Clients should send a descriptive User-Agent string. In case of abuse of the service, misbehaving and/or generic user-agents might be blocked.
- - Accept: Clients should send Accept: application/json to indicate that they are prepared to receive JSON data. If you send a different Accept header, you will receive a HTML formatted response.
+ - Accept: Clients should send Accept: application/json to indicate that they are prepared to receive JSON data. If you send a different Accept header, you will receive a HTML formatted response.
--
2.11.4.GIT