Index: branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/Hooks.php |
— | — | @@ -194,7 +194,7 @@ |
195 | 195 | $threadInfo .= "\t" . Xml::element( $key, null, $value ) . "\n"; |
196 | 196 | } |
197 | 197 | |
198 | | - $out .= Xml::tags( 'DiscussionThreading', null, $threadInfo ) . "\n"; |
| 198 | + $out .= UtfNormal::cleanUp( Xml::tags( 'DiscussionThreading', null, $threadInfo ) . "\n" ); |
199 | 199 | |
200 | 200 | return true; |
201 | 201 | } |
Property changes on: branches/wmf/1.17wmf1/extensions/LiquidThreads/classes/Hooks.php |
___________________________________________________________________ |
Added: svn:mergeinfo |
202 | 202 | Merged /branches/wmf-deployment/extensions/LiquidThreads/classes/Hooks.php:r60970 |
203 | 203 | Merged /branches/wmf/1.16wmf4/extensions/LiquidThreads/classes/Hooks.php:r67177,69199,76243,77266 |
204 | 204 | Merged /branches/wmf-deployment/extensions/LiquidThreads_alpha/classes/Hooks.php:r60970 |
205 | 205 | Merged /trunk/extensions/LiquidThreads/classes/Hooks.php:r57390,63727-70099,70101-70105,70107-70377,71114,71177,71195,90723 |
206 | 206 | Merged /trunk/phase3/extensions/LiquidThreads/classes/Hooks.php:r77555,77558-77560,77563-77565,77573 |