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
integration
prechecker
Commits
2583cc53
Commit
2583cc53
authored
Sep 01, 2015
by
Dan Poltawski
Browse files
MDL-50690 themes: fix commenting coding style
(See also CONTRIB-5891)
parent
6430d84b
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/image.php
View file @
2583cc53
...
...
@@ -168,8 +168,8 @@ if (!$usesvg) {
send_uncached_image
(
$imagefile
);
exit
;
}
else
{
/
*
We cannot serve the SVG file this time and there is no alternative, so prevent future
requests from failing to find the image when they can support SVG.
*/
/
/
We cannot serve the SVG file this time and there is no alternative, so prevent future
//
requests from failing to find the image when they can support SVG.
image_not_found
();
}
}
...
...
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