From e3dce1950c35acd3600dbef99a8ef1deb6fcfd08 Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Sat, 14 Jun 2014 20:35:45 +0000
Subject: [PATCH] =?UTF-8?q?=C3=89viter=20une=20erreur=20:=20Filtre=20qrcod?=
 =?UTF-8?q?e=20non=20d=C3=A9fini?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitattributes                   | 1 +
 noisettes/sc_qrcode.html         | 2 +-
 noisettes/sc_qrcode_affiche.html | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 noisettes/sc_qrcode_affiche.html

diff --git a/.gitattributes b/.gitattributes
index 13ec319e..9ca5ce5e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -528,6 +528,7 @@ noisettes/rubriques/typerubrique_ListeArticlesParAnnees.html -text
 noisettes/rubriques/typerubrique_Magazines.html -text
 noisettes/rubriques/typerubrique_multicolonnes.html -text
 noisettes/sc_qrcode.html -text
+noisettes/sc_qrcode_affiche.html -text
 noisettes/sites_branche.html -text
 noisettes/sites_branche_detail.html -text
 noisettes/sites_rubriques.html -text
diff --git a/noisettes/sc_qrcode.html b/noisettes/sc_qrcode.html
index c0248a2e..8217afb6 100644
--- a/noisettes/sc_qrcode.html
+++ b/noisettes/sc_qrcode.html
@@ -1 +1 @@
-[(#PLUGIN{QRCODE}|oui)<div id="qrcode">[(#SELF|url_absolue|qrcode{2,H})]</div>]
\ No newline at end of file
+[(#PLUGIN{QRCODE}|oui)[(#INCLURE{fond=noisettes/sc_qrcode_affiche})]</div>]
\ No newline at end of file
diff --git a/noisettes/sc_qrcode_affiche.html b/noisettes/sc_qrcode_affiche.html
new file mode 100644
index 00000000..de10866f
--- /dev/null
+++ b/noisettes/sc_qrcode_affiche.html
@@ -0,0 +1 @@
+<div id="qrcode">[(#SELF|url_absolue|qrcode{2,H})]</div>
\ No newline at end of file
-- 
GitLab