Skip to content

Commit

Permalink
Update template.service.js
Browse files Browse the repository at this point in the history
  • Loading branch information
majidh1 authored Jan 28, 2024
1 parent 1d64171 commit 5c58cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/template.service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { checkValidateRegex } = require("./validate.service.js");

function getContentFromTemplate(regexItem,style){
function getContentFromTemplate(regexItem,style=""){
const itemTemplate = `
<details dir="rtl" style="${style}">
<summary>[title]</summary>
Expand Down

0 comments on commit 5c58cd7

Please sign in to comment.