mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
Fixed XHTML compliance for <style> tag (#507689)
git-svn-id: file:///svn/phpbb/trunk@1926 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
040357009b
commit
3b6b0e6a16
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
{META}
|
||||
{NAV_LINKS}
|
||||
<title>{SITENAME} :: {PAGE_TITLE}</title>
|
||||
<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css">
|
||||
<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
|
||||
<style type="text/css">
|
||||
<!--
|
||||
/* Specifiy background images for selected styles
|
||||
|
|
Loading…
Add table
Reference in a new issue