mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 10:24:26 +02:00
@@ -376,7 +376,7 @@ class Smarty_Internal_Templatelexer
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new Exception('Unexpected input at line' . $this->line .
|
throw new Exception('Unexpected input at line ' . $this->line .
|
||||||
': ' . $this->data[ $this->counter ]);
|
': ' . $this->data[ $this->counter ]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@@ -497,7 +497,7 @@ class Smarty_Internal_Templatelexer
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new Exception('Unexpected input at line' . $this->line .
|
throw new Exception('Unexpected input at line ' . $this->line .
|
||||||
': ' . $this->data[ $this->counter ]);
|
': ' . $this->data[ $this->counter ]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@@ -635,7 +635,7 @@ class Smarty_Internal_Templatelexer
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new Exception('Unexpected input at line' . $this->line .
|
throw new Exception('Unexpected input at line ' . $this->line .
|
||||||
': ' . $this->data[ $this->counter ]);
|
': ' . $this->data[ $this->counter ]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@@ -927,7 +927,7 @@ class Smarty_Internal_Templatelexer
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new Exception('Unexpected input at line' . $this->line .
|
throw new Exception('Unexpected input at line ' . $this->line .
|
||||||
': ' . $this->data[ $this->counter ]);
|
': ' . $this->data[ $this->counter ]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
@@ -1014,7 +1014,7 @@ class Smarty_Internal_Templatelexer
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new Exception('Unexpected input at line' . $this->line .
|
throw new Exception('Unexpected input at line ' . $this->line .
|
||||||
': ' . $this->data[ $this->counter ]);
|
': ' . $this->data[ $this->counter ]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user