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

Funky echo statements #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Funky echo statements #37

wants to merge 3 commits into from

Conversation

ericpoe
Copy link

@ericpoe ericpoe commented May 2, 2014

Fixes issue #27.

Changed confusing multiple quote echo statements in the style of:
echo "

" . $fruits['id'] . " Another thing.

";

With a less confusing double-quote echo statement in the style of:
echo "

{$fruits['id']} Another thing.

";

@ericpoe
Copy link
Author

ericpoe commented May 2, 2014

Drat. This one, too, has bad indentation when viewed in Github's code viewer. If this echo format is what auroraeosrose is looking for in issue #27, then I'll edit and recommit.

@ericpoe
Copy link
Author

ericpoe commented May 4, 2014

Yay! I fixed the bad indentation by converting my 4-space indents to tabs.

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.

None yet

1 participant