Index: trunk/extensions/Translate/tag/TPParse.php |
— | — | @@ -136,7 +136,7 @@ |
137 | 137 | $sectiontext = str_replace( TRANSLATE_FUZZY, '', $translation ); |
138 | 138 | |
139 | 139 | if ( $msg->hasTag( 'fuzzy' ) ) { |
140 | | - $sectiontext = "<div class=\"mw-translate-fuzzy\">\n$sectiontext\n</div>"; |
| 140 | + $sectiontext = "<span class=\"mw-translate-fuzzy\">\n$sectiontext\n</span>"; |
141 | 141 | } |
142 | 142 | } |
143 | 143 | } |