Revision: 6470
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6470&view=rev
Author:   dnaber
Date:     2012-02-06 18:28:21 +0000 (Mon, 06 Feb 2012)
Log Message:
-----------
external link: fix icon size

Modified Paths:
--------------
    trunk/website/include/help.php

Modified: trunk/website/include/help.php
===================================================================
--- trunk/website/include/help.php      2012-02-06 18:20:48 UTC (rev 6469)
+++ trunk/website/include/help.php      2012-02-06 18:28:21 UTC (rev 6470)
@@ -39,7 +39,7 @@
        if( strpos($url, "http:") === false && strpos($url, "https:") === false 
) {
                $html .= '<a '.$title_attr.' href="'.$url.'"><img 
src="'.$img_path.'/link.png" border="0" hspace="2" width="8" height="9" 
alt="'.$alt.'" />';
        } else {
-               $html .= '<a '.$title_attr.' href="'.$url.'"><img 
src="'.$img_path.'/link_extern.png" border="0" hspace="2" width="7" height="9" 
alt="'.$alt.'" />';
+               $html .= '<a '.$title_attr.' href="'.$url.'"><img 
src="'.$img_path.'/link_extern.png" border="0" hspace="2" width="8" height="9" 
alt="'.$alt.'" />';
        }
        $html .= $title.'</a>';
        return $html;

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


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to