aboutsummaryrefslogtreecommitdiffstats
path: root/www/dokuwiki/files/patch-2012-01-25-to-2012-01-25a
diff options
context:
space:
mode:
Diffstat (limited to 'www/dokuwiki/files/patch-2012-01-25-to-2012-01-25a')
-rw-r--r--www/dokuwiki/files/patch-2012-01-25-to-2012-01-25a27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/dokuwiki/files/patch-2012-01-25-to-2012-01-25a b/www/dokuwiki/files/patch-2012-01-25-to-2012-01-25a
new file mode 100644
index 000000000000..20a107b7853f
--- /dev/null
+++ b/www/dokuwiki/files/patch-2012-01-25-to-2012-01-25a
@@ -0,0 +1,27 @@
+--- ./VERSION.orig 2012-01-25 11:39:35.000000000 -0800
++++ ./VERSION 2012-04-23 16:30:33.214390779 -0700
+@@ -1 +1 @@
+-2012-01-25 "Angua"
++2012-01-25a "Angua"
+--- ./doku.php.orig 2012-01-25 11:39:32.000000000 -0800
++++ ./doku.php 2012-04-23 16:30:33.214390779 -0700
+@@ -7,7 +7,7 @@
+ */
+
+ // update message version
+-$updateVersion = 36;
++$updateVersion = 36.1;
+
+ // xdebug_start_profiling();
+
+--- ./inc/html.php.orig 2012-01-25 11:39:32.000000000 -0800
++++ ./inc/html.php 2012-04-23 16:30:40.813392265 -0700
+@@ -1437,7 +1437,7 @@
+ global $TEXT;
+
+ if ($param['target'] !== 'section') {
+- msg('No editor for edit target ' . $param['target'] . ' found.', -1);
++ msg('No editor for edit target ' . hsc($param['target']) . ' found.', -1);
+ }
+
+ $attr = array('tabindex'=>'1');