This website works better with JavaScript.
Home
Explore
Help
Sign In
BSP
/
RSS-Fusion-Demo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Séparation des listes de flux par espace et plus par virgule
merge-requests/1/head
Erase
6 years ago
parent
c4364d92de
commit
47d9695b37
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
c/index.php
+1
-1
generate.php
+1
-1
index.html
+ 0
- 0
c/index.php
View File
+ 1
- 1
generate.php
View File
@ -13,7 +13,7 @@
if
(
array_key_exists
(
'flux'
,
$_POST
)
&&
!
empty
(
$_POST
[
'flux'
])){
$_links
=
array_unique
(
array_map
(
'trim'
,
explode
(
'
,
'
,
$_POST
[
'flux'
])
explode
(
'
'
,
$_POST
[
'flux'
])
)
);
+ 1
- 1
index.html
View File
@ -57,7 +57,7 @@
<
label
for
=
"flux"
>
URL des flux RSS à fusionner(*)
<
/
label
>
<
textarea
id
=
"flux"
name
=
"flux"
>
<
/
textarea
>
<
span
class
=
"note"
>
(*) Séparer chaque lien par un
e virgule. Exemple : http://flux1.rss.com,
http://flux2.rss.com
(*) Séparer chaque lien par un
espace. Exemple : http://flux1.rss.com
http://flux2.rss.com
<
/
span
>
<
/
fieldset
>
Write
Preview
Loading…
Cancel
Save