Index: trunk/tools/ToolserverI18N/public_html/index.php |
— | — | @@ -247,9 +247,13 @@ |
248 | 248 | $about = '<div id="tab-about">'; |
249 | 249 | |
250 | 250 | $about .= '<a href="http://translatewiki.net/wiki/Translating:Toolserver">' |
251 | | - . '<img src="http://translatewiki.net/w/i.php?title=Special:TranslationStats' |
252 | | - . '&graphit=1&preview=&count=edits&scale=weeks&days=30&width=520&height=400&group=tsint-0-all' |
253 | | - . '" width="520" height="400" alt="" class="floatRight" />' |
| 251 | + . Html::element( 'img', array( |
| 252 | + 'src' => 'http://translatewiki.net/w/i.php?title=Special:TranslationStats&graphit=1&preview=&count=edits&scale=weeks&days=30&width=520&height=400&group=tsint-0-all', |
| 253 | + 'width' => 520, |
| 254 | + 'height' => 400, |
| 255 | + 'alt' => '', |
| 256 | + 'class' => 'floatRight' |
| 257 | + )) |
254 | 258 | . '</a>'; |
255 | 259 | $about .= 'Technical documentation: <a href="https://wiki.toolserver.org/view/Toolserver_Intuition">' |
256 | 260 | . 'https://wiki.toolserver.org/view/Toolserver_Intuition</a>' |