Skip to content

Commit

Permalink
1.4.0, check changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Kaltofen committed Mar 14, 2019
1 parent f624165 commit ed8497b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.4.0] - 2019-03-14

### Added
- `dd` and `dt` elements to list of tags that should be recognized for hyphenation

## [1.3.0] - 2019-01-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/config/config.php
Expand Up @@ -12,7 +12,7 @@
/**
* Config
*/
$GLOBALS['TL_CONFIG']['hyphenator_tags'] = 'h1:not(:empty), h2:not(:empty), h3:not(:empty), h4:not(:empty), h5:not(:empty), h6:not(:empty), p:not(:empty), a:not(:empty)';
$GLOBALS['TL_CONFIG']['hyphenator_tags'] = 'h1:not(:empty), h2:not(:empty), h3:not(:empty), h4:not(:empty), h5:not(:empty), h6:not(:empty), p:not(:empty), a:not(:empty), dt:not(:empty), dd:not(:empty)';
$GLOBALS['TL_CONFIG']['hyphenator_wordMin'] = 10;
$GLOBALS['TL_CONFIG']['hyphenator_hyphen'] = '­';
$GLOBALS['TL_CONFIG']['hyphenator_skipPages'] = [];
Expand Down

0 comments on commit ed8497b

Please sign in to comment.