summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/comments/CommentList.php
diff options
context:
space:
mode:
authorwei <>2006-06-01 11:30:16 +0000
committerwei <>2006-06-01 11:30:16 +0000
commitc747273ddd0656b348598b64c78b72d2d4ca23d1 (patch)
tree8ff71f72dc7c2e29f88e234d0ad74d745851758d /demos/quickstart/protected/comments/CommentList.php
parent6c51bde9db85fa63adbddf2240a521b437bbb06a (diff)
adding TMarkdown for markdown syntax
Diffstat (limited to 'demos/quickstart/protected/comments/CommentList.php')
-rw-r--r--demos/quickstart/protected/comments/CommentList.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/quickstart/protected/comments/CommentList.php b/demos/quickstart/protected/comments/CommentList.php
index 7ea5be6b..d44c3e55 100644
--- a/demos/quickstart/protected/comments/CommentList.php
+++ b/demos/quickstart/protected/comments/CommentList.php
@@ -12,7 +12,10 @@ Prado::using('System.I18N.*');
*/
class CommentList extends TTemplateControl
{
- private $_exclude = array('Comments', 'GettingStarted.Introduction');
+ private $_exclude = array(
+ 'Comments',
+ 'Markdown',
+ 'GettingStarted.Introduction');
private $_quickstart;