]> git.mxchange.org Git - friendica.git/commit
Fix lack of HTML encoding for stylesheet link
authorAlexandre Alapetite <alexandre@alapetite.fr>
Fri, 16 Nov 2018 23:23:59 +0000 (00:23 +0100)
committerAlexandre Alapetite <alexandre@alapetite.fr>
Fri, 16 Nov 2018 23:23:59 +0000 (00:23 +0100)
commite45d32d5a50857e8408917e2035c9abe1704fb23
tree8665f344a7a697076764c648344569489156bba4
parent460c257cb47468a29848daad8630ab441cd3dcc1
Fix lack of HTML encoding for stylesheet link

Previous to the fix, the home page had a line like (notice the wrongly
encoded `&`):

```html
<link rel="stylesheet" href="view/theme/frio/style.pcss?f=&puid=1"
type="text/css" media="screen" />
```
src/App.php