Revision: 6151
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6151&view=rev
Author:   dnaber
Date:     2012-01-03 20:16:46 +0000 (Tue, 03 Jan 2012)
Log Message:
-----------
prevent line break here as it hurts readability

Modified Paths:
--------------
    trunk/JLanguageTool/src/dev/org/languagetool/dev/RuleOverview.java
    trunk/JLanguageTool/website/www/languages/index.php

Modified: trunk/JLanguageTool/src/dev/org/languagetool/dev/RuleOverview.java
===================================================================
--- trunk/JLanguageTool/src/dev/org/languagetool/dev/RuleOverview.java  
2012-01-03 19:43:51 UTC (rev 6150)
+++ trunk/JLanguageTool/src/dev/org/languagetool/dev/RuleOverview.java  
2012-01-03 20:16:46 UTC (rev 6151)
@@ -54,7 +54,7 @@
     System.out.println("<table>");
     System.out.println("<tr>");
     System.out.println("  <th></th>");
-    System.out.println("  <th valign='bottom' align=\"right\">XML rules</th>");
+    System.out.println("  <th valign='bottom' align=\"right\" 
width=\"140\">XML rules</th>");
     System.out.println("  <th>&nbsp;&nbsp;</th>");
     System.out.println("  <th align=\"right\">Java<br/>rules</th>");
     System.out.println("  <th>&nbsp;&nbsp;</th>");

Modified: trunk/JLanguageTool/website/www/languages/index.php
===================================================================
--- trunk/JLanguageTool/website/www/languages/index.php 2012-01-03 19:43:51 UTC 
(rev 6150)
+++ trunk/JLanguageTool/website/www/languages/index.php 2012-01-03 20:16:46 UTC 
(rev 6151)
@@ -20,7 +20,7 @@
 <table>
 <tr>
   <th></th>
-  <th valign='bottom' align="right">XML rules</th>
+  <th valign='bottom' align="right" width="140">XML rules</th>
   <th>&nbsp;&nbsp;</th>
   <th align="right">Java<br/>rules</th>
   <th>&nbsp;&nbsp;</th>

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


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to