diff options
author | xengineering <me@xengineering.eu> | 2024-02-15 20:14:52 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-02-15 20:15:05 +0100 |
commit | 75c594b778c5c6d51883a45da735a67761952470 (patch) | |
tree | 3ad2c87f375286e5619e8fdf9af04ace408e9eec /view/html/recipe-edit.html | |
parent | 9c2a9c2000520129ac2377b033eeafce61d07abb (diff) | |
download | ceres-75c594b778c5c6d51883a45da735a67761952470.tar ceres-75c594b778c5c6d51883a45da735a67761952470.tar.zst ceres-75c594b778c5c6d51883a45da735a67761952470.zip |
view: Add doctype to HTML
Diffstat (limited to 'view/html/recipe-edit.html')
-rw-r--r-- | view/html/recipe-edit.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html index 6701547..7a50905 100644 --- a/view/html/recipe-edit.html +++ b/view/html/recipe-edit.html @@ -1,4 +1,5 @@ {{define "recipe-edit"}} +<!DOCTYPE html> <html> {{ template "head" }} <header> |