Skip to content

Commit

Permalink
fix: load_Rss remove feed to many parameter for get
Browse files Browse the repository at this point in the history
use form post methode
  • Loading branch information
reger committed May 18, 2014
1 parent c028ae9 commit f91b2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htroot/Load_RSS_p.html
Expand Up @@ -65,7 +65,7 @@ <h2>Loading of RSS Feeds</h2>
</form>

#(showscheduledfeeds)#::
<form id="scheduledfeeds" action="Load_RSS_p.html"><fieldset>
<form id="scheduledfeeds" action="Load_RSS_p.html" method="post" enctype="multipart/form-data"><fieldset>
<legend>List of Scheduled RSS Feed Load Targets</legend>
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
Expand Down Expand Up @@ -102,7 +102,7 @@ <h2>Loading of RSS Feeds</h2>
#(/showscheduledfeeds)#

#(shownewfeeds)#::
<form id="newfeeds" action="Load_RSS_p.html"><fieldset>
<form id="newfeeds" action="Load_RSS_p.html" method="post" enctype="multipart/form-data"><fieldset>
<legend>Available RSS Feed List</legend>
<table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
Expand Down

0 comments on commit f91b2f5

Please sign in to comment.