b32f0ef8402a62095e6db085ee27ef933af441dc
max
  Tue Jan 12 03:22:40 2021 -0800
changes after code review to fix utf8 output from pandoc for our latin1
old school webserver. refs #26789

diff --git src/hg/htdocs/inc/gbPageStart.html src/hg/htdocs/inc/gbPageStart.html
index 5ec4d15..c64c53d 100755
--- src/hg/htdocs/inc/gbPageStart.html
+++ src/hg/htdocs/inc/gbPageStart.html
@@ -1,42 +1,46 @@
 <!-- gbPageStart.html - Include file for GB static pages -->
 
 <html>
     <head>
         <meta charset="UTF-8">
         <title>
             <!--#echo var="TITLE" -->
         </title>
         <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:700|Lato:700,700italic,300,400,400italic">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
 
         <!-- Redirects don't forward ROOT, so can't determine relative paths -->
         <!--#if expr="($REDIRECT_URL)" -->
             <base href="/">
         <!--#endif -->
         <!-- Use ROOT variable set in caller to determine relative path to style sheets -->
 
         <!--#if expr="${DYNAMIC}" -->
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
         <!--#else -->
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/style/bootstrap.min.css">
         <!--#endif -->
 
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/style/gb.css">
         <link rel="stylesheet" href="<!--#echo var="ROOT" -->/staticStyle/gbStatic.css">
 
         <!--#if expr="${DYNAMIC}" -->
         <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
         <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
         <!--#endif -->
 
+        <!--#if expr="${ENCODING}" -->
+        <meta http-equiv="Content-Type" content="text/html; charset=${ENCODING}"/>
+        <!--#endif -->
+
     </head>
 
     <body>
         <!-- Blue menu bar / hotlinks -->
         <!--#include virtual="../cgi-bin/hgMenubar"-->
 
         <!-- Grid layout from bootstrap.css -->
         <div class="container-fluid">
             <!-- Wrapper for GB content -->
             <div class="gbsPage">