summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-05-02 21:37:58 +0200
committerAndreas Gohr <andi@splitbrain.org>2011-05-02 21:37:58 +0200
commite20ddf03e236f3eb7fdbd65ee2f9fc4c3ddecf62 (patch)
tree9e6f8d9efd15e829a15a091ecd016198d0723198 /inc/template.php
parentc828a5d633b52769471bce1544287c99de2775ce (diff)
downloadrpg-e20ddf03e236f3eb7fdbd65ee2f9fc4c3ddecf62.tar.gz
rpg-e20ddf03e236f3eb7fdbd65ee2f9fc4c3ddecf62.tar.bz2
change indexer webbug dimension FS#2237
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 61378bf92..e028fe39c 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -986,7 +986,7 @@ function tpl_indexerWebBug(){
$p = array();
$p['src'] = DOKU_BASE.'lib/exe/indexer.php?id='.rawurlencode($ID).
'&'.time();
- $p['width'] = 1;
+ $p['width'] = 2;
$p['height'] = 1;
$p['alt'] = '';
$att = buildAttributes($p);