Comments

dwightaspinwall’s picture

StatusFileSize
new2.11 KB

Patch.

realityloop’s picture

Status: Active » Needs work
  1. +++ 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

  2. +++ 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

realityloop’s picture

Issue summary: View changes
Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

pvasili’s picture

Issue summary: View changes
Status: Closed (fixed) » Active
StatusFileSize
new28.43 KB

Error again:
line 134
line 142
line 169
line 177
line 184
:(