Skip to content

Commit

Permalink
fixes jjj - no idea what happened there
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Feb 20, 2015
1 parent c0d6c51 commit d54e09c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public override void RenderJS(ref StringBuilder Javascript)
/// <param name="tree">The tree.</param>
public override void Render(ref XmlTree tree)
{
string[,] items = { { "BrowseRepository.aspx", "Install from repository" }, { "CreatePackage.aspx", "Createdjjj Packages" }, { "installedPackages.aspx", "Installedjj packages" }, { "StarterKits.aspx", "Starter kit" }, { "installer.aspx", "Install local package" } };
string[,] items = { { "BrowseRepository.aspx", "Install from repository" }, { "CreatePackage.aspx", "Created Packages" }, { "installedPackages.aspx", "Installed packages" }, { "StarterKits.aspx", "Starter kit" }, { "installer.aspx", "Install local package" } };


for (int i = 0; i <= items.GetUpperBound(0); i++)
Expand Down

0 comments on commit d54e09c

Please sign in to comment.