Revision: 7596
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7596&view=rev
Author:   dnaber
Date:     2012-06-30 18:36:36 +0000 (Sat, 30 Jun 2012)
Log Message:
-----------
fix PHP runtime warnings: third argument was missing

Modified Paths:
--------------
    trunk/website/www/index.php

Modified: trunk/website/www/index.php
===================================================================
--- trunk/website/www/index.php 2012-06-30 18:23:34 UTC (rev 7595)
+++ trunk/website/www/index.php 2012-06-30 18:36:36 UTC (rev 7596)
@@ -111,9 +111,9 @@
   <li>Several bug fixes</li>
 </ul>
 
-<p><strong>2012-06-01:</strong> Use our new <?=show_link("rule creator", 
"ruleeditor/") ?> to easily create XML error detection rules for 
LanguageTool.</p>
+<p><strong>2012-06-01:</strong> Use our new <?=show_link("rule creator", 
"ruleeditor/", 0) ?> to easily create XML error detection rules for 
LanguageTool.</p>
 
-<p><strong>2012-05-27:</strong> Want to improve LanguageTool? Read our new 
<?=show_link("three-minute introduction", "development/#intro") ?>!</p>
+<p><strong>2012-05-27:</strong> Want to improve LanguageTool? Read our new 
<?=show_link("three-minute introduction", "development/#intro", 0) ?>!</p>
 
 <?=show_link("Follow us on twitter", "http://twitter.com/languagetoolorg";, 0) 
?> (also <?=show_link("via RSS", 
"http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=languagetoolorg";,
 0) ?>) for the latest news.
 See <?=show_link("the news archive", "news/", 0) ?> for old news.

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to