Commit 78343df1 authored by Martin Anderson-Clutz's avatar Martin Anderson-Clutz
Browse files

Issue #3291472 by Rakhi Soni: Drupal Coding Standard Issue

parent 2d1ea626
Loading
Loading
Loading
Loading

.DS_Store

0 → 100644
+6 KiB

File added.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Typography library and applies it to strings or render arrays. An example
use case is for protecting against widowed words in titles. This could be
applied in the page-title.html.twig template like this:

```<h1{{ title_attributes.addClass('page-title') }}>{{ title|typography }}</h1>```
``<h1{{ title_attributes.addClass('page-title') }}>{{ title|typography }}</h1>``

The PHP Typography library can do the following transformations:

+0 −1
Original line number Diff line number Diff line
@@ -2,4 +2,3 @@ name: 'Twig Typography Test'
type: module
description: 'Support module for testing the Twig Typography extension.'
package: Testing
version: VERSION