Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 09309cf

Browse files
author
Charles Marion
committed
BUG: fixed style
refs #130
1 parent 29a4017 commit 09309cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/controllers/IndexController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ function indexAction()
3838
$this->_forward('index', "feed");
3939
} // end method indexAction
4040

41-
/* no javascript*/
41+
/** no javascript*/
4242
function nojsAction()
4343
{
4444
$this->disableLayout();
4545
} // end method indexAction
4646

47-
/* no javascript*/
47+
/** no valid browser*/
4848
function nobrowserAction()
4949
{
5050
$this->disableLayout();

0 commit comments

Comments
 (0)