summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorKate Arzamastseva <pshns@ukr.net>2011-07-10 14:42:10 +0300
committerKate Arzamastseva <pshns@ukr.net>2011-07-10 14:42:10 +0300
commitabc5e9c041a9f062f4506e4d643d1838a562b460 (patch)
tree62e3331744130aac11fe2350e666af42e38995f2 /inc/template.php
parentde11c42f80968ac41dc4164829845c1e5dae25c2 (diff)
parent0cacf91f96aa51a4c66082fe6c9b034fe61a1290 (diff)
downloadrpg-abc5e9c041a9f062f4506e4d643d1838a562b460.tar.gz
rpg-abc5e9c041a9f062f4506e4d643d1838a562b460.tar.bz2
merging
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/inc/template.php b/inc/template.php
index 70253bb90..81b3795ac 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -978,8 +978,7 @@ function _tpl_img_action($data, $param=NULL) {
}
/**
- * This function inserts a 1x1 pixel gif which in reality
- * is the indexer function.
+ * This function inserts a small gif which in reality is the indexer function.
*
* Should be called somewhere at the very end of the main.php
* template
@@ -992,7 +991,7 @@ function tpl_indexerWebBug(){
$p = array();
$p['src'] = DOKU_BASE.'lib/exe/indexer.php?id='.rawurlencode($ID).
'&'.time();
- $p['width'] = 2;
+ $p['width'] = 2; //no more 1x1 px image because we live in times of ad blockers...
$p['height'] = 1;
$p['alt'] = '';
$att = buildAttributes($p);