Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
atom
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
atom
Commits
e45aa5ae
Commit
e45aa5ae
authored
5 months ago
by
Mathew Winstone
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3349461
by afsch, jessey, kushagra.goyal: Manual Drupal 10 compatibility fixes
parent
39ea9f30
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
atom.info.yml
+2
-2
2 additions, 2 deletions
atom.info.yml
templates/views-view-row-atom.html.twig
+4
-4
4 additions, 4 deletions
templates/views-view-row-atom.html.twig
with
6 additions
and
6 deletions
atom.info.yml
+
2
−
2
View file @
e45aa5ae
name
:
'
atom'
type
:
module
description
:
'
Atom
feed
style
for
Views'
core_version_requirement
:
^8 || ^9
core_version_requirement
:
^8 || ^9
|| ^10
package
:
'
Views'
dependencies
:
-
views
-
drupal:
views
This diff is collapsed.
Click to expand it.
templates/views-view-row-atom.html.twig
+
4
−
4
View file @
e45aa5ae
...
...
@@ -22,11 +22,11 @@
<link
href=
"
{{
link
}}
"
/>
<id>
{{
link
}}
</id>
<updated>
{{
date
}}
</updated>
<summary
type=
"xhtml"
>
{%
spaceless
%}
<summary
type=
"xhtml"
>
{%
apply
spaceless
%}
<div
xmlns=
"http://www.w3.org/1999/xhtml"
>
{{
summary
|
raw
}}
</div>
{%
end
spaceless
%}
</summary>
{%
end
apply
%}
</summary>
{%
if
author_name
is
defined
or
author_email
is
defined
%}
<author>
{%
if
author_name
is
defined
%}
...
...
@@ -38,10 +38,10 @@
</author>
{%
endif
%}
{%
if
content
is
defined
%}
<content
type=
"xhtml"
>
{%
spaceless
%}
<content
type=
"xhtml"
>
{%
apply
spaceless
%}
<div
xmlns=
"http://www.w3.org/1999/xhtml"
>
{{
content
}}
</div>
{%
end
spaceless
%}
</content>
{%
end
apply
%}
</content>
{%
endif
%}
</entry>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment