@@ -71,7 +71,8 @@ |
||
71 | 71 | return $this->getWhitespace($key); |
72 | 72 | } |
73 | 73 | return $val; |
74 | - } else if ($context !== 'default') { // workaround? |
|
74 | + } else if ($context !== 'default') { |
|
75 | +// workaround? |
|
75 | 76 | return $this->getWhitespace($key); |
76 | 77 | } |
77 | 78 | return false; |