[Wikis-SVN] SF.net SVN: wikis:[302] tshome/php/trunk/index.php
Brought to you by:
hydria
|
From: <hy...@us...> - 2011-06-04 09:52:35
|
Revision: 302
http://wikis.svn.sourceforge.net/wikis/?rev=302&view=rev
Author: hydria
Date: 2011-06-04 09:52:29 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
Attempt to fix line issue
Modified Paths:
--------------
tshome/php/trunk/index.php
Modified: tshome/php/trunk/index.php
===================================================================
--- tshome/php/trunk/index.php 2011-06-04 09:50:00 UTC (rev 301)
+++ tshome/php/trunk/index.php 2011-06-04 09:52:29 UTC (rev 302)
@@ -16,7 +16,7 @@
// Initialise the loader file
require_once("$IP/includes/loader.php");
-echo $hyMessage;
+echo $hyMessage . "<br />";
echo "This site is powered by Hytools version " . $hyVersion;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|