controller: Fix compile error. Closes #527

This commit is contained in:
Hylke Bons 2012-01-14 22:01:59 +00:00
parent 5c23ec3ec7
commit fe6dd75704

View file

@ -181,7 +181,7 @@ namespace SparkleShare {
string html = File.ReadAllText (html_path);
string jquery_file_path = new string [] {Defines.PREFIX, "share",
"sparkleshare", "html", "jquery.js"}.Combine ()
"sparkleshare", "html", "jquery.js"}.Combine ();
string jquery = File.ReadAllText (jquery_file_path);
html = html.Replace ("<!-- $jquery -->", jquery);