Tklaversma

Results 4 comments of Tklaversma

Besides that fact that you have a bug when not using ``, it is also not compliant to the [SVG 1.1 spec](http://www.w3.org/TR/SVG/struct.html#Head), which states the use of ``. Also see...

@crossRT I'm not sure if it matters, but shouldn't your inputs be the other way around..? Like so: ``` Password Confirm Password ``` The second input should be the referring...

For all you Windows users out there (doh!) ``` @Echo Off for /r "C:\Users\NAME\Desktop\download %%x in (*.ttf) do move "%%x" "C:\Users\NAME\Desktop\fonts" Exit ``` 1. Create a folder on your desktop...