diff options
Diffstat (limited to 'kohana/libraries/View.php')
-rw-r--r-- | kohana/libraries/View.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/libraries/View.php b/kohana/libraries/View.php index 87b15fc3..2b8471c6 100644 --- a/kohana/libraries/View.php +++ b/kohana/libraries/View.php @@ -3,7 +3,7 @@ * Loads and displays Kohana view files. Can also handle output of some binary * files, such as image, Javascript, and CSS files. * - * $Id$ + * $Id: View.php 4072 2009-03-13 17:20:38Z jheathco $ * * @package Core * @author Kohana Team |