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

Merge conflicts in docs/index.html not completely resolved #122

Closed
gadenbuie opened this issue Mar 18, 2019 · 1 comment · Fixed by #123
Closed

Merge conflicts in docs/index.html not completely resolved #122

gadenbuie opened this issue Mar 18, 2019 · 1 comment · Fixed by #123

Comments

@gadenbuie
Copy link

It appears that there are still a few lingering merge conflicts in docs/index.html that weren't entirely resolved in 6335193, for example:

<<<<<<< HEAD
<div id="htmlwidget-7c7b572707f4ac03eadc" style="width:100%;height:100px;" class="uirender html-widget"></div>
<script type="application/json" data-for="htmlwidget-7c7b572707f4ac03eadc">{"x":{"ui":"<div class=\"demo\">\n <div class=\"container-fluid\">\n <div style=\"margin-left: 20px; background: white\">\n <div>\n <div>\n <a>Client's info<\/a>\n <p><\/p>\n <table class = 'table shiny-table table- spacing-s' style = 'width:auto;'>\n<thead> <tr> <th style='text-align: left;'> Name <\/th> <th style='text-align: left;'> City <\/th> <th style='text-align: left;'> Revenue <\/th> <\/tr> <\/thead> <tbody>\n <tr> <td> John Smith <\/td> <td> Warsaw, Poland <\/td> <td> $210.50 <\/td> <\/tr>\n <tr> <td> Lindsay More <\/td> <td> SF, United States <\/td> <td> $172.78 <\/td> <\/tr>\n <\/tbody> <\/table>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n<\/div>"},"evals":[],"jsHooks":[]}</script>
=======
<div id="htmlwidget-dc9d19f95b7f54faecd9" style="width:100%;height:100px;" class="uirender html-widget"></div>
<script type="application/json" data-for="htmlwidget-dc9d19f95b7f54faecd9">{"x":{"ui":"<div class=\"demo\">\n <div class=\"container-fluid\">\n <div style=\"margin-left: 20px; background: white\">\n <div>\n <div>\n <a>Client's info<\/a>\n <p><\/p>\n <table class = 'table shiny-table table- spacing-s' style = 'width:auto;'>\n<thead> <tr> <th style='text-align: left;'> Name <\/th> <th style='text-align: left;'> City <\/th> <th style='text-align: left;'> Revenue <\/th> <\/tr> <\/thead> <tbody>\n <tr> <td> John Smith <\/td> <td> Warsaw, Poland <\/td> <td> $210.50 <\/td> <\/tr>\n <tr> <td> Lindsay More <\/td> <td> SF, United States <\/td> <td> $172.78 <\/td> <\/tr>\n <\/tbody> <\/table>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n<\/div>"},"evals":[],"jsHooks":[]}</script>
>>>>>>> 0c67d5f05901a7385eb7026ca20bd2bfb62df1d6

@dokato
Copy link
Contributor

dokato commented Mar 21, 2019

Thanks @gadenbuie for reporting this. We're on this now #123 ;)

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 a pull request may close this issue.

2 participants