Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dokuwiki [2008/11/01 21:20]
dokuwiki [2008/11/01 21:20] (current)
Line 1: Line 1:
 +Dokuwiki Patches:
  
 +<code php>
 +diff -Nru dokuwiki.orig/​inc/​template.php dokuwiki/​inc/​template.php
 +--- dokuwiki.orig/​inc/​template.php ​ 2005-11-24 07:​38:​36.000000000 +0100
 ++++ dokuwiki/​inc/​template.php 2005-11-23 11:​39:​48.000000000 +0100
 +@@ -622,8 +622,8 @@
 + 
 +   // print it
 +   ​if($INFO['​exists'​]){
 +-    print $fn;
 +-    print ' &​middot;​ ';
 ++    // print $fn;
 ++    // print ' &​middot;​ ';
 +     print $lang['​lastmod'​];​
 +     print ': ';
 +     print $date;
 +</​code>​
Copyright © 2024 Christof Chen