From 0900ce269df3d70bb63194dd92ed3fd7883bc864 Mon Sep 17 00:00:00 2001
From: Loic Dachary <loic@dachary.org>
Date: Thu, 14 Jan 2016 10:52:49 +0100
Subject: [PATCH] Fix #5357 - s/ACSII/ASCII/
Signed-off-by: Loic Dachary <loic@dachary.org>
---
theme/templates/pages/tour.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/theme/templates/pages/tour.html b/theme/templates/pages/tour.html
index fc2093d..547eca1 100644
a
|
b
|
|
40 | 40 | <div class="grid_8 omega"> |
41 | 41 | <h2>Goblins of a different kind</h2> |
42 | 42 | <p> |
43 | | Media isn't just pictures. MediaGoblin also supports audio files, videos, books and presentations or even 3D-models and ACSII-art. On the backend, it can use powerful tools to transcode or convert your files. |
| 43 | Media isn't just pictures. MediaGoblin also supports audio files, videos, books and presentations or even 3D-models and ASCII-art. On the backend, it can use powerful tools to transcode or convert your files. |
44 | 44 | </p> |
45 | 45 | </div> |
46 | 46 | <div class="clear"></div> |