From 77fe23c5a67a0da29cfd0b1885435c6fb19f0bff Mon Sep 17 00:00:00 2001
From: Shish <shish@shishnet.org>
Date: Thu, 17 Jun 2010 19:42:04 +0100
Subject: [PATCH] file extension to confuse android less

---
 contrib/qr_code/main.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/qr_code/main.php b/contrib/qr_code/main.php
index 3d698e79..9c7cd51f 100644
--- a/contrib/qr_code/main.php
+++ b/contrib/qr_code/main.php
@@ -8,7 +8,7 @@
  */
 class QRImage extends SimpleExtension {
 	public function onDisplayingImage($event) {
-		$this->theme->links_block(make_http(make_link('image/'.$event->image->id)));
+		$this->theme->links_block(make_http(make_link('image/'.$event->image->id.'.jpg')));
 	}
 }
 ?>