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