Changeset 107


Ignore:
Timestamp:
Sep 14, 2003, 6:21:38 PM (21 years ago)
Author:
z0rglub
Message:

Using right charset tag

Location:
trunk/template/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/admin/admin.vtp

    r54 r107  
    141141      }
    142142    </script>
    143     <meta http-equiv="Content-Type" content="text/html; {#charset}">
     143    <meta http-equiv="Content-Type" content="text/html; charset={#charset}">
    144144  </head>
    145145  <body>
  • trunk/template/default/register.vtp

    r25 r107  
    33    {#style}
    44    <title>{#register_page_title}</title>
    5     <meta http-equiv="Content-Type" content="text/html; {#charset}">
     5    <meta http-equiv="Content-Type" content="text/html; charset={#charset}">
    66  </head>
    77  <body>
     8    {#header}
    89    <table style="width:100%;height:100%">
    910      <tr align="center" valign="middle">
     
    6970      </tr>
    7071    </table>
     72    {#footer}
    7173  </body>
    7274</html>
  • trunk/template/default/search.vtp

    r25 r107  
    33    {#style}
    44    <title>{#search_title}</title>
    5     <meta http-equiv="Content-Type" content="text/html; {#charset}">
     5    <meta http-equiv="Content-Type" content="text/html; charset={#charset}">
    66  </head>
    77  <body>
Note: See TracChangeset for help on using the changeset viewer.