* Removed inline styles of the s9y media insertion, they will now
properly utilize CSS classes (defined in the new file style_fallback.css). Also added support for entering "ALT" attributes to an <img> tag, can be used as a media property if you add "ALT" to the list of "Media properties" in the main configuration. (garvinhicking)
This commit is contained in:
@ -583,6 +583,7 @@ function serendipity_emit_htmlarea_code($item, $jsname, $spawnMulti = false) {
|
||||
(defined('LANG_DIRECTION') ? LANG_DIRECTION : 'ltr')
|
||||
),
|
||||
|
||||
file_get_contents(serendipity_getTemplateFile('style_fallback.css', 'serendipityPath')) .
|
||||
file_get_contents(serendipity_getTemplateFile('htmlarea.css', 'serendipityPath'))
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user