Ticket #157: doctype.patch
File doctype.patch, 512 bytes (added by , 12 years ago) |
---|
-
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 15 15 # You should have received a copy of the GNU Affero General Public License 16 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 17 #} 18 <!doctype html> 18 19 <html> 19 20 <head> 20 21 <title>{% block title %}GNU MediaGoblin{% endblock title %}</title>