Commit bbfa409
committed
minor #14210 fix build error: inline literal start-string without end-string (jschaedl)
This PR was merged into the master branch.
Discussion
----------
fix build error: inline literal start-string without end-string
This PR fixes the current build error:
> sphinx-build -b html -c . -d ./doctrees -nqW -j auto ../ ./html
> Warning, treated as error:
> /home/runner/work/symfony-docs/symfony-docs/reference/twig_reference.rst:282:Inline literal start-string without end-string.
> make: *** [html] Error 2
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
34ff1e3 fix build error: inline literal start-string without end-string1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments