Skip to content

Commit

Permalink
🥁 fixed windows slash not is /
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Nov 10, 2017
1 parent 70f6a97 commit 2eab387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/tale/init/WebContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void processor(Blade blade) {
TaleConst.INSTALL = Boolean.TRUE;
}

BaseController.THEME = "themes" + File.separatorChar + Commons.site_option("site_theme");
BaseController.THEME = "themes/" + Commons.site_option("site_theme");

TaleConst.BCONF = environment;
}
Expand Down

0 comments on commit 2eab387

Please sign in to comment.