CVS update: /cowiki/htdocs/tpl/default/
[email protected] 3 Sep 2005 21:00:36 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski
Date: 2005/09/03 14:00:36
Modified:
cowiki/htdocs/tpl/default/tpl.conf
Log:
Removed {%MODIFIED%} from FOOTER_STRING as it does not work as expected
File Changes:
Directory: /cowiki/htdocs/tpl/default/
======================================
File [changed]: tpl.conf
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/tpl/default/tpl.conf?r1=1.23&r2=1.24
Delta lines: +1 -1
-------------------
--- tpl.conf 3 Aug 2005 02:13:40 -0000 1.23
+++ tpl.conf 3 Sep 2005 21:00:33 -0000 1.24
@@ -77,7 +77,7 @@
; credits or disclaimer. Attribute values in embedded HTML tags must
; have single (not escaped double) quotes ("<a href='foo'>bar</a>").
; This value has to be one line.
- FOOTER_STRING = "{%MODIFIED%}"
+ FOOTER_STRING = ""
; -------------------------------------------------------------------------