fix dns headers (HTML)
This commit is contained in:
+6
-1
@@ -53,6 +53,11 @@ const hbsHelpers = {
|
||||
}
|
||||
}
|
||||
|
||||
function capitalizeFirstLetter(val) {
|
||||
return String(val).charAt(0).toUpperCase() + String(val).slice(1);
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
HBSHelpers: hbsHelpers
|
||||
HBSHelpers: hbsHelpers,
|
||||
capitalizeFirstLetter
|
||||
}
|
||||
Reference in New Issue
Block a user