Created
June 1, 2015 17:51
-
-
Save szimek/0b4245e37a038f447af0 to your computer and use it in GitHub Desktop.
Slackbot meta tag parsing bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Title</title> | |
<meta property="description" ng-attr-content="Wrong description" content="Description" /> | |
<meta property="og:title" ng-attr-content="Wrong title" content="Title" /> | |
<meta property="og:description" ng-attr-content="Wrong description" content="Description" /> | |
<meta property="og:type" content="website" /> | |
<meta property="og:image" content="https://fbstatic-a.akamaihd.net/rsrc.php/v2/y6/r/YQEGe6GxI_M.png" /> | |
</head> | |
<body> | |
<h1>Test</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment