Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
mp3wavweb
mp3wavweb
Commits
9e50988e
Commit
9e50988e
authored
Mar 09, 2014
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a minor (but visible) whitespace issue in the HTML.
parent
547a9f97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mp3wavweb.py
mp3wavweb.py
+2
-2
No files found.
mp3wavweb.py
View file @
9e50988e
...
...
@@ -391,10 +391,10 @@ def handle_directory(environ, start_response, ph, real_dir):
res
.
write
(
" <a href=
\"
%s.mp3
\"
>.mp3</a>"
%
quote
(
w
))
res
.
write
(
" ("
+
sizeof_fmt
(
mp3stat
.
st_size
)
+
")"
)
else
:
res
.
write
(
"<a class=
\"
convert
\"
href=
\"
%s.mp3/convert
\"
>
\n
"
%
(
res
.
write
(
"
<a class=
\"
convert
\"
href=
\"
%s.mp3/convert
\"
>"
%
(
quote
(
w
)))
res
.
write
(
"Convert to mp3"
)
res
.
write
(
"</a>"
)
res
.
write
(
"</a>
\n
"
)
res
.
write
(
"</li>
\n
"
)
res
.
write
(
"</ul>"
)
res
.
write
(
"</body>"
)
...
...
Write
Preview
Markdown
is supported
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