Ticket #157: doctype.patch

File doctype.patch, 512 bytes (added by Odin Hørthe Omdal, 13 years ago)

doctype.patch

  • mediagoblin/templates/mediagoblin/base.html

    diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
    index 40bb085..9eb06c2 100644
    a b  
    1515# You should have received a copy of the GNU Affero General Public License
    1616# along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1717#}
     18<!doctype html>
    1819<html>
    1920  <head>
    2021    <title>{% block title %}GNU MediaGoblin{% endblock title %}</title>