php-mf2
php-mf2 copied to clipboard
Invalid h- prefix causes no matches
I was trying to parse my h-entry blog posts and I couldn't get any data. Only when I just copied the part of the article, it would work.
This meant the problem was somewhere else in the code. Long story short I'm using h-100 a class from Bootstrap and this is causing none of the other microformats to get parsed.
The problem is similar to #249 but the fix (#250) doesn't touch h- entries.
I have removed the h-100 classes from my code, doesn't actually seem to affect my layout at the moment. As such I'm not sure this is an urgent bug, but it is difficult to debug.