projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b88e736
)
*** empty log message ***
author
gc
<gc>
Thu, 22 May 2008 22:15:32 +0000
(22:15 +0000)
committer
gc
<gc>
Thu, 22 May 2008 22:15:32 +0000
(22:15 +0000)
bin/booh-backend
patch
|
blob
|
history
diff --git
a/bin/booh-backend
b/bin/booh-backend
index 5fb1911726e844b9b7f8bd7598c5ca5c1931dc8a..5a512c22d229adf7c73e933fdebb1ec221a720cc 100755
(executable)
--- a/
bin/booh-backend
+++ b/
bin/booh-backend
@@
-708,7
+708,7
@@
end
def save_html(html, base_filename)
if html.class == Array
- html = html.join(
"\n"
)
+ html = html.join(
''
)
end
if $multi_languages
for language in ($multi_languages[0] + [ $multi_languages[1] ]).uniq