diff options
| -rw-r--r-- | htroot/Load_RSS_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Load_RSS_p.html b/htroot/Load_RSS_p.html index bf67c3fb9..ce6b94767 100644 --- a/htroot/Load_RSS_p.html +++ b/htroot/Load_RSS_p.html @@ -26,7 +26,7 @@ This does not load the rss file as such into the index but all the messages inside the RSS feeds as individual documents. </p> - <form action="Load_RSS_p.html" method="get" accept-charset="UTF-8"> + <form action="Load_RSS_p.html" method="post" accept-charset="UTF-8"> <fieldset> <dl> <dt><b>URL of the RSS feed</b></dt> @@ -130,7 +130,7 @@ #(/shownewfeeds)# #(showitems)#:: - <form id="rssfeed" action="Load_RSS_p.html"><fieldset> + <form id="rssfeed" method="post" action="Load_RSS_p.html"><fieldset> <legend>RSS Feed of #[rss]#</legend> <dl> <dt>Title</dt><dd>#[title]#</dd> |
