Skip to content
New issue

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

Update linkmarklet.php #6

Merged
merged 1 commit into from
Sep 17, 2014
Merged

Conversation

booruguru
Copy link
Contributor

This is a fix for the "unexpected end of file" issue [https://github.com//issues/5]. The issue was caused by using using <? (which is not supported on all PHP installations) instead of <?php

This is a fix for the "unexpected end of file" issue [jchristopher#5]. The issue was caused by using using <? (which is not supported on all PHP installations) instead of <?php
@jchristopher
Copy link
Owner

Can't believe I overlooked that, thank you!

Jonathan Christopher

Sent from mobile

On Sep 17, 2014, at 12:06 PM, booruguru [email protected] wrote:

This is a fix for the "unexpected end of file" issue [#5]. The issue was caused by using using <? (which is not supported on all PHP installations) instead of <?php

You can merge this Pull Request by running

git pull https://github.com/booruguru/linkmarklet patch-1
Or view, comment on, or merge it at:

#6

Commit Summary

Update linkmarklet.php
File Changes

M linkmarklet.php (12)
Patch Links:

https://github.com/jchristopher/linkmarklet/pull/6.patch
https://github.com/jchristopher/linkmarklet/pull/6.diff

Reply to this email directly or view it on GitHub.

jchristopher added a commit that referenced this pull request Sep 17, 2014
@jchristopher jchristopher merged commit 530fa06 into jchristopher:master Sep 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants