* 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:
@@ -90,7 +90,7 @@ if (!isset($serendipity['RSSfetchLimit'])) {
|
||||
}
|
||||
|
||||
if (!isset($serendipity['mediaProperties'])) {
|
||||
$serendipity['mediaProperties'] = 'DPI;COPYRIGHT;TITLE;COMMENT1:MULTI;COMMENT2:MULTI';
|
||||
$serendipity['mediaProperties'] = 'DPI;COPYRIGHT;TITLE;COMMENT1:MULTI;COMMENT2:MULTI;ALT';
|
||||
}
|
||||
|
||||
if (!isset($serendipity['use_PEAR'])) {
|
||||
|
||||
Reference in New Issue
Block a user