Added linebreak at end of script and stylesheet tags, for readability in html source.
This commit is contained in:
parent
f4b6f3e941
commit
5359909ae7
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ public class Scripts extends Files {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getTag(String url) {
|
protected String getTag(String url) {
|
||||||
return "<script type=\"text/javascript\" src=\"" + url + "\"></script>";
|
return "<script type=\"text/javascript\" src=\"" + url + "\"></script>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getThemeSubDir() {
|
protected String getThemeSubDir() {
|
||||||
|
|
|
@ -13,7 +13,7 @@ public class Stylesheets extends Files {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getTag(String url) {
|
protected String getTag(String url) {
|
||||||
return "<link rel=\"stylesheet\" href=\"" + url + "\" />";
|
return "<link rel=\"stylesheet\" href=\"" + url + "\" />\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getThemeSubDir() {
|
protected String getThemeSubDir() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue