mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-11-21 11:15:01 +00:00
NOTHING
HAPPENED
This commit is contained in:
parent
16ee5378ad
commit
2117cf7041
@ -93,7 +93,6 @@ public class AbstractServlet extends HttpServlet
|
||||
String base = HTTPDModule.template;
|
||||
String page = readFileReal(filename);
|
||||
String[] info = page.split("\n", 3);
|
||||
System.out.println(Arrays.toString(info));
|
||||
base = base.replace("${TITLE}", info[0]);
|
||||
base = base.replace("${ACTIVE_" + info[1] + "}", "active\" aria-current=\"page");
|
||||
base = base.replace("${ACTIVE_HOME}", "");
|
||||
|
Loading…
Reference in New Issue
Block a user