Merge branch '3.0/master' into 3.1/master

This commit is contained in:
Woody Gilk 2011-03-29 11:48:10 -05:00
commit b68b730fd0
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
*/
abstract class Kohana_Kostache {
const VERSION = '2.0.2';
const VERSION = '2.0.3';
/**
* Factory method for Kostache views. Accepts a template path and an

View file

@ -6,6 +6,6 @@
</head>
<body>
<h1>{{title}}</h1>
<p>{{>body}}</p>
<p>{{>content}}</p>
</body>
</html>