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
In some files some invalid escaping is used which was giving me troubles when letting DependencyHandler do his work.
I needed to change these files: events-list.html month-day.html month.html year.html day.html week-days.html week.html year-month.html year.html
I just pressed CTRL + K + D in VS2013 for every file and then the problems where gone.
The text was updated successfully, but these errors were encountered:
You can check the changes i made here: on5sl/degnirk.be@49c6285
Sorry, something went wrong.
You have changed indentation. Soit appear every line is changed. I cannot see what in particular was changed.
You should download the files and examine them with some tool to see the differences, there were newlines causing issues...
No branches or pull requests
In some files some invalid escaping is used which was giving me troubles when letting DependencyHandler do his work.
I needed to change these files:
events-list.html
month-day.html
month.html
year.html
day.html
week-days.html
week.html
year-month.html
year.html
I just pressed CTRL + K + D in VS2013 for every file and then the problems where gone.
The text was updated successfully, but these errors were encountered: