Commit 8135f6b9 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in setTitle.

parent de7dc925
......@@ -2111,7 +2111,8 @@ function setTitle(title) {
}
if(title)
set(title);
set('Galène');
else
set('Galène');
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment