Update of /home/spip-cvs/spip/ecrire/plugins
In directory alan:/tmp/cvs-serv19440/ecrire/plugins
Modified Files:
plug_small_caps.php
Log Message:
Plug-in: il faut "ajouter_fonction" pour pouvoir l'utiliser.
Index: plug_small_caps.php
RCS file: /home/spip-cvs/spip/ecrire/plugins/plug_small_caps.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plug_small_caps.php 18 Oct 2004 12:22:27 -0000 1.1
+++ plug_small_caps.php 18 Oct 2004 13:55:45 -0000 1.2
@@ -8,4 +8,6 @@
return $texte;
}
+completer_fonction("avant_typo", "avant_typo_smallcaps", "");
+
?>
\ No newline at end of file