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

Remove HTML Encoding from output text of multiple Goodies (WIP) #3571

Merged
merged 13 commits into from
Aug 31, 2016
Merged

Remove HTML Encoding from output text of multiple Goodies (WIP) #3571

merged 13 commits into from
Aug 31, 2016

Conversation

sahildua2305
Copy link
Collaborator

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: {IA Name}: Fix {Issue number or one-line description}
    • Enhancement: {IA Name}: {Description of Improvements}
  • Non–Instant Answer
    • Other (Role, Template, Test, Documentation, etc.): {GoodieRole/Templates/Tests/Docs}: {Short Description}
Description of changes

Provide an overview of the changes this pull request introduces.

Which issues (if any) does this fix?

Fixes #3563

People to notify (@mention interested parties)

@moollaza

@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

@sahildua2305 sahildua2305 changed the title Remove HTML Encoding from output text of multiple Goodies Remove HTML Encoding from output text of multiple Goodies (WIP) Aug 25, 2016
title => html_enc($out),
subtitle => html_enc('MD4 ' . $enc . ' hash').": " .html_enc($str)
title => $out,
subtitle => "MD4 " . $enc . " hash: $str"
Copy link
Member

Choose a reason for hiding this comment

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

"MD4 $enc hash: $str"

@sahildua2305
Copy link
Collaborator Author

@GuiltyDolphin I have made the suggested changes.

/cc @moollaza

@GuiltyDolphin
Copy link
Member

@sahildua2305 Thanks!

@GuiltyDolphin GuiltyDolphin merged commit f13d396 into duckduckgo:master Aug 31, 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.

Remove html_enc from Goodies. No longer needed :)
3 participants