Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/webdoc
diff options
context:
space:
mode:
authorNina Vyedin <nina.vyedin@gmail.com>2013-03-05 08:19:58 +0400
committerNina Vyedin <nina.vyedin@gmail.com>2013-03-05 08:19:58 +0400
commit852e509508788c14692f826abe16c2ac45bb0655 (patch)
tree9eb53b0f98397b1748e4b7cdbddacd0baeebe137 /webdoc
parentcfa6962a915489489d43cba6f8e93e838b6484a9 (diff)
[webdoc] remove empty file and fix a string in the Plugins code
Diffstat (limited to 'webdoc')
-rw-r--r--webdoc/App_Code/Plugins/Plugin.cs3
-rw-r--r--webdoc/App_Code/Plugins/Sibebar.cs0
2 files changed, 1 insertions, 2 deletions
diff --git a/webdoc/App_Code/Plugins/Plugin.cs b/webdoc/App_Code/Plugins/Plugin.cs
index 4e9efc37..4580a407 100644
--- a/webdoc/App_Code/Plugins/Plugin.cs
+++ b/webdoc/App_Code/Plugins/Plugin.cs
@@ -31,8 +31,7 @@ namespace Mono.Website {
{
if (type == PluginContent.Javascript) {
paths_to_files = Array.ConvertAll(paths_to_files, path =>
- string.Format("{1}script type='text/javascript'
- src='{0}'{2}{1}/script{2}", path, '<', '>'));
+ string.Format("{1}script type='text/javascript' src='{0}'{2}{1}/script{2}", path, '<', '>'));
//reverse the array so we get all our js dependencies correct :)
Array.Reverse(paths_to_files);
} else if (type == PluginContent.Css) {
diff --git a/webdoc/App_Code/Plugins/Sibebar.cs b/webdoc/App_Code/Plugins/Sibebar.cs
deleted file mode 100644
index e69de29b..00000000
--- a/webdoc/App_Code/Plugins/Sibebar.cs
+++ /dev/null