Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
3cc6eced
Commit
3cc6eced
authored
Oct 23, 2014
by
Aaron Wells
Browse files
Hide the minor version in RSS feeds
Bug 1384481 Change-Id: If8e9fb096b73e71438ad57e036e46aebfbf472e7
parent
847754aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/atom.php
View file @
3cc6eced
...
...
@@ -121,8 +121,8 @@ else {
}
$generator
=
array
(
'uri'
=>
'http://mahara.org'
,
'version'
=>
get_config
(
'
release
'
),
'uri'
=>
'http
s
://mahara.org'
,
'version'
=>
get_config
(
'
series
'
),
'text'
=>
'Mahara'
,
);
...
...
htdocs/interaction/forum/atom.php
View file @
3cc6eced
...
...
@@ -152,8 +152,8 @@ $image = get_config('wwwroot') . 'theme/raw/static/images/site-logo.png';
$updated
=
(
$postrecords
)
?
atom_date
(
$postrecords
[
0
]
->
ctime
)
:
''
;
$generator
=
array
(
'uri'
=>
'http://mahara.org'
,
'version'
=>
get_config
(
'
release
'
),
'uri'
=>
'http
s
://mahara.org'
,
'version'
=>
get_config
(
'
series
'
),
'text'
=>
'Mahara'
,
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment