From fa388c96e1b4377bdd971369eea2939da055c499 Mon Sep 17 00:00:00 2001 From: mapoint2 Date: Wed, 15 Nov 2023 12:49:36 +0100 Subject: [PATCH] gestion d'erreur --- fluxRSS/index.php | 2 +- fluxRSS/{src => }/templates/.DS_Store | Bin fluxRSS/{src => }/templates/erreur.html | 0 fluxRSS/{src => }/templates/listArticle.html | 4 +--- fluxRSS/{src => }/templates/vuephp1.html | 0 5 files changed, 2 insertions(+), 4 deletions(-) rename fluxRSS/{src => }/templates/.DS_Store (100%) rename fluxRSS/{src => }/templates/erreur.html (100%) rename fluxRSS/{src => }/templates/listArticle.html (81%) rename fluxRSS/{src => }/templates/vuephp1.html (100%) diff --git a/fluxRSS/index.php b/fluxRSS/index.php index fd16b5b..f109bd4 100755 --- a/fluxRSS/index.php +++ b/fluxRSS/index.php @@ -1,7 +1,7 @@ {% for value in dVue.data %} -

- {% for article in value} + {% for article in value %}

{{article}}

{% endfor %} -

{% endfor %} \ No newline at end of file diff --git a/fluxRSS/src/templates/vuephp1.html b/fluxRSS/templates/vuephp1.html similarity index 100% rename from fluxRSS/src/templates/vuephp1.html rename to fluxRSS/templates/vuephp1.html