mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Fixed little things
This commit is contained in:
@@ -51,7 +51,7 @@ public class Briefecontroller : Controller {
|
||||
ViewData["SEODescription"] = "Johann Georg Hamann: Kommentierte Briefausgabe. Brief " + id.ToLower();
|
||||
ViewData["Filename"] = "HKB_" + meta.Autopsic + ".pdf";
|
||||
if (!string.IsNullOrWhiteSpace(search)) {
|
||||
ViewData["Mark"] = "search";
|
||||
ViewData["Mark"] = search;
|
||||
}
|
||||
|
||||
// Model creation
|
||||
|
||||
Reference in New Issue
Block a user