FIX Le formatage wiki était appliqué à l'intérieur des url : http://blabl.org?sad_asd...
authorGreg Burri <greg.burri@gmail.com>
Tue, 2 Sep 2008 19:33:24 +0000 (19:33 +0000)
committerGreg Burri <greg.burri@gmail.com>
Tue, 2 Sep 2008 19:33:24 +0000 (19:33 +0000)
VERSION 1.1.2

VERSION
js/formateur.js
pages/about.html

diff --git a/VERSION b/VERSION
index 8cfbc90..8428158 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.1.1
\ No newline at end of file
+1.1.2
\ No newline at end of file
index b7ec0eb..5e8095a 100644 (file)
@@ -110,12 +110,12 @@ euphorik.Formateur.prototype.traiterURL = function(m, pseudo) {
   */\r
 euphorik.Formateur.prototype.traiterWikiSyntaxe = function(m) {\r
    return m.replace(\r
-      /_(.*?)_/g,\r
+      /(?:^| )_(.*?)_(?:$| )/g,\r
       function(texte, capture) {\r
          return '<em class="leger">' + capture + '</em>';\r
       }\r
    ).replace(\r
-      /\*(.*?)\*/g,\r
+      /(?:^| )\*(.*?)\*(?:$| )/g,\r
       function(texte, capture) {\r
          return '<em class="fort">' + capture + '</em>';\r
       }\r
index 13c9fed..61909bb 100644 (file)
@@ -1,7 +1,7 @@
 <!-- encoding: utf-8 -->\r
 \r
 <h1>euphorik.ch</h1>\r
-<p>Version : <span class="version">1.1.1</span></p>\r
+<p>Version : <span class="version">1.1.2</span></p>\r
 <p>Auteur : <a href="{EMAIL_LIEN}">Pifou</a></p>\r
 \r
 <h2>FAQ</h2>\r