[extensions-web] Fix a wrong tag ending.



commit 61b4222f5fa9565f30066988910395093d68da29
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Nov 8 12:04:34 2011 -0500

    Fix a wrong tag ending.

 .../extensions/templates/extensions/upload.html    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/upload.html b/sweettooth/extensions/templates/extensions/upload.html
index 7883079..ebe8687 100644
--- a/sweettooth/extensions/templates/extensions/upload.html
+++ b/sweettooth/extensions/templates/extensions/upload.html
@@ -3,7 +3,7 @@
 <div class="step upload">
   <h2 class="steptitle">Step <span>1</span></h2>
   <p>
-    Make your extension. It should be a zip file containing at least the two files <code class="file required">metadata.json</code> and <code class="file required">extension.js</code>. Note that the UUID inside your <code class="file">metadata.json</span> must conform to GNOME Shell UUID guidelines. These guidelines can be found on <a href="https://live.gnome.org/GnomeShell/Extensions/UUIDGuidelines";>the GNOME Wiki</a>.
+    Make your extension. It should be a zip file containing at least the two files <code class="file required">metadata.json</code> and <code class="file required">extension.js</code>. Note that the UUID inside your <code class="file">metadata.json</code> must conform to GNOME Shell UUID guidelines. These guidelines can be found on <a href="https://live.gnome.org/GnomeShell/Extensions/UUIDGuidelines";>the GNOME Wiki</a>.
   </p>
 
   <p>



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