tinycm rev 58

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Jan 25 16:23:20 2014 +0000 (2014-01-25)
parents a85e81a401ee
children 8d24e0cbcdab
files plugins/export/export.cgi
line diff
     1.1 --- a/plugins/export/export.cgi	Sat Jan 25 14:23:23 2014 +0100
     1.2 +++ b/plugins/export/export.cgi	Sat Jan 25 16:23:20 2014 +0000
     1.3 @@ -22,7 +22,7 @@
     1.4  	cat << EOT 
     1.5  <h2>Export</h2>
     1.6  <p>
     1.7 -$(gettext "Create a tarball off your wiki and plugins files. EXPERIMENTAL:
     1.8 +$(gettext "Create a tarball of your wiki and plugins files. EXPERIMENTAL:
     1.9  Export wiki documents to HTML.")
    1.10  </p>
    1.11  <form method="get" action="$WEB_URL">
    1.12 @@ -38,7 +38,7 @@
    1.13  	<input type="submit" value="$(gettext "Export")" />
    1.14  </form>
    1.15  EOT
    1.16 -	# HTML fixes EPERIMENTAL Functions
    1.17 +	# HTML fixes EXPERIMENTAL Functions
    1.18  	css_path() {
    1.19  		# Sed CSS style path in all documents
    1.20  		sed -i s'/style.css/..\/style.css/' */*.html