Revision: 6486
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6486&view=rev
Author:   gulp21-1
Date:     2012-02-09 06:51:27 +0000 (Thu, 09 Feb 2012)
Log Message:
-----------
[web] fix syntax error  

Modified Paths:
--------------
    trunk/website/include/download.php
    trunk/website/www/de/index.php

Modified: trunk/website/include/download.php
===================================================================
--- trunk/website/include/download.php  2012-02-09 06:46:20 UTC (rev 6485)
+++ trunk/website/include/download.php  2012-02-09 06:51:27 UTC (rev 6486)
@@ -1,8 +1,8 @@
 <?php
 $version= "1.6";
 $filesize = "29";
-if( !isset($downloadPath) $downloadPath = "download" )
-if( !isset($downloadLabel) $downloadLabel = "Download" )
+if( !isset($downloadPath) ) $downloadPath = "download";
+if( !isset($downloadLabel) ) $downloadLabel = "Download";
 ?>
 
 <div id="downloadButton">

Modified: trunk/website/www/de/index.php
===================================================================
--- trunk/website/www/de/index.php      2012-02-09 06:46:20 UTC (rev 6485)
+++ trunk/website/www/de/index.php      2012-02-09 06:51:27 UTC (rev 6486)
@@ -2,7 +2,7 @@
 $page = "de";
 $title = "LanguageTool";
 $title2 = "Stil- und Grammatikprüfung";
-$lastmod = "2012-02-07 23:07:00 CET";
+$lastmod = "2012-02-09 06:52:00 CET";
 $enable_fancybox = 1;
 include("../../include/header.php");
 ?>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to