- Fixes ALC transformer class to append style tags with semicolon
This commit is contained in:
@ -29,6 +29,6 @@ class TitleListTransformer {
|
||||
$title = '<a href="' . get_permalink($post->ID) . '">' . $title . '</a>';
|
||||
}
|
||||
|
||||
return '<li style="text-align: ' . $alignment . '">' . $title . '</li>';
|
||||
return '<li style="text-align: ' . $alignment . ';">' . $title . '</li>';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user