Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Remove html_enc from few IA Goodies #3568

Merged
merged 5 commits into from Sep 2, 2016

Conversation

manrajgrover
Copy link
Contributor

@manrajgrover manrajgrover commented Aug 25, 2016

What does your Pull Request do (check all that apply)?

Choose the most relevant items and use the following title template to name
your Pull Request.

  • New Instant Answer
    • Cheat Sheets: New {Cheat Sheet Name} Cheat Sheet
    • Other: New {IA Name} Instant Answer
  • Improvement
    • Bug fix: {More than 1}: Fix {Removes html_enc}
    • Enhancement: {IA Name}: {Description of Improvements}
  • Non–Instant Answer
    • Other (Role, Template, Test, Documentation, etc.): {GoodieRole/Templates/Tests/Docs}: {Short Description}
Description of changes

Remove html_enc from few IA Goodies

Which issues (if any) does this fix?

#3563

People to notify (@mention interested parties)

@moollaza


Instant Answer Page:

Maintainer: @mention
None

@daxtheduck
Copy link

Metadata placeholder post

If you haven't already, please edit your first comment to include a link to the IA page at the bottom.


How to find your IA page

  • New Instant Answer
    -- follow the steps here to create your IA page.
  • Existing Instant Answer
    -- find your IA page from this list

title => html_enc($message),
subtitle => 'Email address validation: '.html_enc($address)
title => $message,
subtitle => 'Email address validation: '.$address
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want to switch this to Email address validation: $address" while you're at it?

And any others now enabled too 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GuiltyDolphin Sure 😄 Thanks for pointing it out!

@manrajgrover
Copy link
Contributor Author

@GuiltyDolphin The build stopped midway. Could you please look into it? 😄

@GuiltyDolphin
Copy link
Member

@manrajgrover Still an issue? Build seems to have finished from what I can tell.

@manrajgrover
Copy link
Contributor Author

@GuiltyDolphin Nope, looks like someone else restarted it.

@manrajgrover
Copy link
Contributor Author

@GuiltyDolphin I guess we can merge this

@@ -43,7 +43,7 @@ handle remainder => sub {
return unless $info;
my (@vendor) = split(/\\n/, $info, 2);

my ($name, $addr) = map { html_enc($_); } @vendor;
my ($name, $addr) = map { $_; } @vendor;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A.k.a @vendor (mapping the identity is the same as the list).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GuiltyDolphin Fixed :)

@GuiltyDolphin
Copy link
Member

@manrajgrover Thanks!

@GuiltyDolphin GuiltyDolphin merged commit 1b73ba6 into duckduckgo:master Sep 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants