Skip to content

Commit

Permalink
Input type URL for add feed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 9, 2024
1 parent a3194cd commit 6f551ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>{function="_t('YOU_MUST_BE_LOGGED')"}</h3>
</div>
<form class="feed-add" data-is-opened="false" action="action.php?action=addFeed" method="POST">
<h2 class="feed-add-title">{function="_t('ADD_FEED')"}</h2>
<input type="text" name="newUrl" class="feed-add-url" placeholder="https://thebestblog.com/rss"/>
<input type="url" name="newUrl" class="feed-add-url" placeholder="https://thebestblog.com/rss"/>
<select class="feed-add-folders" name="newUrlCategory">
{loop="$folders"}
<option {if="$value->getId()==1"}selected="selected"{/if} value="{$value->getId()}">{$value->getName()}</option>
Expand Down

0 comments on commit 6f551ad

Please sign in to comment.