diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index e4736425..3016430d 100755 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -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);