diff options
| author | 2013-12-06 21:57:40 +0100 | |
|---|---|---|
| committer | 2013-12-06 21:57:40 +0100 | |
| commit | dd79b163fdec7fcf281492b4881b0c84dda39eeb (patch) | |
| tree | cb23a8a610e4d724acb80ee7d20124d1b03916ec /app/views/configure/feed.phtml | |
| parent | 0e4274fc006203d23b632f4a7a7593427729d649 (diff) | |
Ajout bouton validator.w3.org/feed/
Ajout d'un bouton pour valider les flux, pour des cas comme
https://github.com/marienfressinaud/FreshRSS/issues/317
Diffstat (limited to 'app/views/configure/feed.phtml')
| -rw-r--r-- | app/views/configure/feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/feed.phtml b/app/views/configure/feed.phtml index de019863e..d714a597b 100644 --- a/app/views/configure/feed.phtml +++ b/app/views/configure/feed.phtml @@ -37,6 +37,7 @@ <div class="group-controls"> <input type="text" name="url" id="url" value="<?php echo $this->flux->url (); ?>" /> <a target="_blank" href="<?php echo $this->flux->url (); ?>"><?php echo RSSThemes::icon('link'); ?></a> + <a class="btn" target="_blank" href="http://validator.w3.org/feed/check.cgi?url=<?php echo $this->flux->url (); ?>"><?php echo Translate::t ('feed_validator'); ?></a> </div> </div> <div class="form-group"> @@ -69,7 +70,6 @@ </label> </div> </div> - <div class="form-group"> <label class="group-name"></label> <div class="group-controls"> |
