Added UTF-8 declarations to the default snippet templates.

master
Pacman Ghost 6 years ago
parent a0fe6fbdcc
commit d1252e1f60
  1. 1
      vasl_templates/webapp/data/default-template-pack/atmm.j2
  2. 1
      vasl_templates/webapp/data/default-template-pack/baz.j2
  3. 1
      vasl_templates/webapp/data/default-template-pack/mol-p.j2
  4. 1
      vasl_templates/webapp/data/default-template-pack/mol.j2
  5. 4
      vasl_templates/webapp/data/default-template-pack/ob_note.j2
  6. 1
      vasl_templates/webapp/data/default-template-pack/ob_ordnance.j2
  7. 4
      vasl_templates/webapp/data/default-template-pack/ob_setup.j2
  8. 1
      vasl_templates/webapp/data/default-template-pack/ob_vehicles.j2
  9. 1
      vasl_templates/webapp/data/default-template-pack/pf.j2
  10. 1
      vasl_templates/webapp/data/default-template-pack/piat.j2
  11. 6
      vasl_templates/webapp/data/default-template-pack/players.j2
  12. 1
      vasl_templates/webapp/data/default-template-pack/psk.j2
  13. 1
      vasl_templates/webapp/data/default-template-pack/scenario.j2
  14. 4
      vasl_templates/webapp/data/default-template-pack/scenario_note.j2
  15. 4
      vasl_templates/webapp/data/default-template-pack/ssr.j2
  16. 6
      vasl_templates/webapp/data/default-template-pack/victory_conditions.j2

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { margin: 0 ; padding: 0 ; }
</style>

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { margin: 0 ; padding: 0 ; }
td.c { text-align: center ; }

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { margin: 0 ; padding: 0 ; }
td.c { text-align: center ; }

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { margin: 0 ; padding: 0 ; }
ul { margin: 0 0 0 10px ; padding: 0 ; }

@ -1,5 +1,9 @@
<html>
<head>
<meta charset="utf-8">
</head>
<table>
<tr>

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { margin: 0 ; padding: 0 ; }
.note { margin-top: 2px ; font-size: 90% ; font-style: italic ; color: #808080 ; }

@ -1,5 +1,9 @@
<html>
<head>
<meta charset="utf-8">
</head>
<table>
<tr>

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { margin: 0 ; padding: 0 ; }
.note { margin-top: 2px ; font-size: 90% ; font-style: italic ; color: #808080 ; }

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { margin: 0 ; padding: 0 ; }
td.c { text-align: center ; }

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { margin: 0 ; padding: 0 ; }
td.c { text-align: center ; }

@ -1,5 +1,9 @@
<html>
<head>
<meta charset="utf-8">
</head>
<table style="
border: 1px solid #c0c0c0 ;
background: #f0f0f0 ;
@ -17,4 +21,4 @@
</table>
</html>
</html>

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { margin: 0 ; padding: 0 ; }
td.c { text-align: center ; }

@ -1,6 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<style>
td { padding: 5px 10px 5px 10px ; }
</style>

@ -1,5 +1,9 @@
<html>
<head>
<meta charset="utf-8">
</head>
<table>
<tr>

@ -1,5 +1,9 @@
<html>
<head>
<meta charset="utf-8">
</head>
<table style="
{%if SSR_WIDTH%} width: {{SSR_WIDTH}} ; {%endif%}
">

@ -1,5 +1,9 @@
<html>
<head>
<meta charset="utf-8">
</head>
<table style="
{%if VICTORY_CONDITIONS_WIDTH%} width: {{VICTORY_CONDITIONS_WIDTH}} ; {%endif%}
">
@ -19,4 +23,4 @@
</table>
</html>
</html>

Loading…
Cancel
Save