[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / enluminures_typographiques_v3 / exec / tableau_edit.php
index a99aa00..e961d25 100644 (file)
@@ -1,8 +1,10 @@
-<?php\r
-if (!defined("_ECRIRE_INC_VERSION")) return;\r
-\r
-function exec_tableau_edit_dist() {\r
-       include_spip("public/assembler"); // Pour pouvoir utiliser recuperer_fond\r
-       echo recuperer_fond('editeur/tableau_edit');\r
-}\r
-?>
\ No newline at end of file
+<?php
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
+
+function exec_tableau_edit_dist() {
+       include_spip('public/assembler'); // Pour pouvoir utiliser recuperer_fond
+       echo recuperer_fond('editeur/tableau_edit');
+}