You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Feed class got a xsl parameter, but the atom.blade.php got its xsl fixed as /vendor/feed/atom.xsl which is a problem if your app is in a folder (ie: https://example.org/mysite).
It should take the xsl parameter passed to the view.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The
Feed
class got a xsl parameter, but theatom.blade.php
got its xsl fixed as/vendor/feed/atom.xsl
which is a problem if your app is in a folder (ie: https://example.org/mysite).It should take the xsl parameter passed to the view.
Beta Was this translation helpful? Give feedback.
All reactions