-
Notifications
You must be signed in to change notification settings - Fork 39
encoding problems in website #37
Comments
can you provide me with a screenshot? and the browser you are using. |
On further experiment I've noticed something weird with the HTML escaping. You've got < when it should be < I thought it was all browsers but it may just be links. I can't see how to attach files to a github issue, I'll see if I can find your email address. |
so I have updated the site @mstevens is it still rendering poorly? |
It's improved - the angle brackets are now rendering correctly. I don't think your newlines are rendering correctly, but I see that problem in firefox too - possibly due to using a close br tag rather than a regular one. |
@mstevens can you please provide a screen capture. |
I dont know what browser you are using; but I am not going to support it. If you want to submit a pull request fixing this issue you are seeing I more than welcome it. :) |
Allows `octogit issues #37` in addition to `octogit issues 37`
Looking at the documentation at http://myusuf3.github.com/octogit/ it says:
octogit login <username> <password> # allows you to store your github authentication data octogit create <reponame> 'description' # lets you create the repository both locally and on github octogit issues # lets you see all the related issues in the current repository octogit issues <number> # lets you see a specific issue with summary octogit issues <number> close # lets you close an issue
There seem to be some HTML encoding / formatting problems.
The text was updated successfully, but these errors were encountered: