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

Keyfinder can inject data into pages. #1

Open
themolco opened this issue Sep 29, 2019 · 0 comments
Open

Keyfinder can inject data into pages. #1

themolco opened this issue Sep 29, 2019 · 0 comments

Comments

@themolco
Copy link

(function(cl){

If a two cell table is created on a page and a row in that table only has one cell, a new cell is created by keyfinder and prints the results of the variable "counter". ex:

<table>
    <tr>
        <td>something</td>
        <td>something else</td>
    </tr>
    <tr>
        <td>something</td>
    </tr>
</table>

becomes (when rendered)

<table>
    <tr>
        <td>something</td>
        <td>something else</td>
    </tr>
    <tr>
        <td>1</td>
        <td>something</td>
    </tr>
</table>
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

No branches or pull requests

1 participant