Changeset 3909:b1b20bc1bf2f for plugins
- Timestamp:
- 10/28/18 16:40:48 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/class.widgets.php
r3898 r3909 326 326 [ 327 327 'default' => html::escapeHTML($s['value']), 328 'class' => 'maximal' . $class, 328 329 'extra_html' => 'lang="' . $core->auth->getInfo('user_lang') . '" spellcheck="true"' 329 ] , 'maximal' . $class) .330 ]) . 330 331 '</p>'; 331 332 break; … … 336 337 [ 337 338 'default' => html::escapeHTML($s['value']), 339 'class' => 'maximal' . $class, 338 340 'extra_html' => 'lang="' . $core->auth->getInfo('user_lang') . '" spellcheck="true"' 339 ] , 'maximal' . $class) .341 ]) . 340 342 '</p>'; 341 343 break;
Note: See TracChangeset
for help on using the changeset viewer.