Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Small style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Feb 4, 2015
1 parent e73f096 commit 7f5173c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions site/views/helloworld/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
class HelloWorldViewHelloWorld extends JViewLegacy
{
/**
* Display the Hello World view
*
* @param string $tpl The name of the template file to parse; automatically searches through the template paths.
*
* @return void
*/
public function display($tpl = null)
* Display the Hello World view
*
* @param string $tpl The name of the template file to parse; automatically searches through the template paths.
*
* @return void
*/
public function display($tpl = null)
{
// Assign data to the view
$this->msg = 'Hello World';
Expand Down

0 comments on commit 7f5173c

Please sign in to comment.