* Move comment

This commit is contained in:
Konstantin Isakov 2009-05-14 22:00:56 +00:00
parent 2a92cb697d
commit 74b04ff788

View file

@ -692,12 +692,12 @@ string DslDictionary::nodeToHtml( ArticleDom::Node const & node )
if ( i != abrv.end() )
{
// Replace all spaces with non-breakable ones, since that's how
// Lingvo shows tooltips
string title;
if ( Utf8::decode( i->second ).size() < 70 )
{
// Replace all spaces with non-breakable ones, since that's how
// Lingvo shows tooltips
title.reserve( i->second.size() );
for( char const * c = i->second.c_str(); *c; ++c )