[recipes] Avoid spaces in filenames



commit 0c487cb73fa69952097b2f29d419144cc9d4938b
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun May 7 16:25:56 2017 -0400

    Avoid spaces in filenames
    
    Too hard to get right.

 data/chefs.db |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/chefs.db b/data/chefs.db
index 78bcb6e..3bb9c1f 100644
--- a/data/chefs.db
+++ b/data/chefs.db
@@ -98,7 +98,7 @@ Fullname=Peter
 Description=I'm cooking from time to time and started to add recipes here.
 
 [primulas]
-Image=images/Miss Sofia Holmes.jpg
+Image=images/Miss_Sofia_Holmes.jpg
 Name=Sofia
 Fullname=Sofia Holmes
 Description=Artist, Computer Scientist, Translator.\nI love cooking and learning.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]