aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure/feed.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-06 21:57:40 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-06 21:57:40 +0100
commitdd79b163fdec7fcf281492b4881b0c84dda39eeb (patch)
treecb23a8a610e4d724acb80ee7d20124d1b03916ec /app/views/configure/feed.phtml
parent0e4274fc006203d23b632f4a7a7593427729d649 (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.phtml2
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">