We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turning
<% _.each(arr_lang, function(item, i) { %> <option value="<%=item.id%>" <%if (item.id == lang){%>selected="selected" <%}%>><%=item.name%> (<%=item.alias%>)</option> <% }); %>
to this
<% _.each(arr_lang,="" function(item,="" i)="" {="" %=""> <option value="<%=item.id%>" <%if="" (item.id="=" lang){%="">selected="selected" <%}%>><%=item.name%> (<%=item.alias%>)</%=item.alias%></%=item.name%></%}%></option> <% });="" %="">
Strange ="" everywhere!
=""
The text was updated successfully, but these errors were encountered:
That's wierd! I'll have a look at it!
Sorry, something went wrong.
Found out that htmlparser2 does not support any template tags, and author not willing to implement them. Add support for templates tags #162
I'll see if I can ditch cheerio!
viktorlarsson
No branches or pull requests
Turning
to this
Strange
=""
everywhere!The text was updated successfully, but these errors were encountered: