mirror of
https://github.com/munki/munki.git
synced 2026-05-04 03:20:19 -05:00
Fix page_not_found_template.html so "Not Found" title displays correctly.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
|
||||
<div class="lockup-container" data-columns-current="3">
|
||||
<div class="title">
|
||||
<h2>$(item_not_found_title)</h2>
|
||||
<h2>${item_not_found_title}</h2>
|
||||
</div>
|
||||
<div class="content-and-controls">
|
||||
<div class="paginated-container" id='optional_installs_items'>
|
||||
|
||||
Reference in New Issue
Block a user