Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
+++ b/doc/jotatresa_notes.txt
@@ -115,7 +115,8 @@ Pon de momento este escudo en la Home. Estamos en proceso de cambiarlo, pero de
+- take j3.dwiko.com offline
This shouldn't be part of the diff
+++ b/sites/all/modules/tables/tables.module
@@ -124,7 +124,7 @@ function _tables_prepare($intext) {
+ if (substr($cells[$j][$k], 0, 1)=='{') {
@@ -132,7 +132,7 @@ function _tables_prepare($intext) {
+ elseif (substr($cells[$j][$k], 0, 1) == '^') {
@@ -159,7 +159,7 @@ function _tables_prepare($intext) {
+ if (substr($cells[$j][$k], 0, 1)=='!') {
I know it wasn't there before, but there should be spaces between the comparison operators == and what is being compared
Comments
Comment #1
dwightaspinwall commentedPatch.
Comment #2
realityloop commentedThis shouldn't be part of the diff
I know it wasn't there before, but there should be spaces between the comparison operators == and what is being compared
Comment #3
realityloop commentedComment #5
pvasili commentedError again:
line 134
line 142
line 169
line 177
line 184
:(