Correction des balises <meta> mal formées
This commit is contained in:
parent
839406f167
commit
14c1c82d1e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="author" content="<% author %>">
|
||||
<meta name="generator" content="MinigalNano SSE <% version %>">
|
||||
<meta name="author" content="<% author %>" />
|
||||
<meta name="generator" content="MinigalNano SSE <% version %>" />
|
||||
<title><% title %></title>
|
||||
<link rel="stylesheet" href="<% gallery_root %>css/mediaboxAdvBlack21.css" type="text/css" media="screen" />
|
||||
<script src="<% gallery_root %>js/mootools.js" type="text/javascript"></script>
|
||||
|
|
Loading…
Reference in a new issue