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

This should be pulled out, and the pages modified before storing in memory for l... #14

Open
todo bot opened this issue Jun 25, 2020 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Jun 25, 2020

// Todo: This should be pulled out, and the pages modified before storing in memory for later access.
var f func(*html.Node)
f = func(n *html.Node) {
if n.Type == html.ElementNode && n.Data == "head" {
for _, x := range xhtmlMobileFriendly {
n.AppendChild(x)


This issue was generated by todo based on a Todo comment in 1fb11da. It's been assigned to @andrewhowdencom because they committed the code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant