This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
missing jpeg suffix for conversion
master
Pascal Gloor
5 years ago
parent
9a4dd6a887
commit
62f5a94c1c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
cgi/autodoc.fcgi
+ 1
- 1
cgi/autodoc.fcgi
View File
@@ -247,7 +247,7 @@ sub get_page_image {
$conf->{path}{global}, $conf->{path}{error_img});
}
else {
$src = sprintf("%s/%s/%s",
$src = sprintf("%s/%s/%s
.jpeg
",
$conf->{path}{global}, $conf->{path}{original}, $id);
}
Write
Preview
Loading…
Cancel
Save