diff options
author | andi <andi@splitbrain.org> | 2005-07-14 21:33:36 +0200 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-07-14 21:33:36 +0200 |
commit | b5bef19b5dbebf123d1c181b3cebadea198add35 (patch) | |
tree | b81c4d91703ded1419729dae7e54771212b66f09 /inc/geshi/ada.php | |
parent | b047a4cfb6b85b30af11a520eea9e8953015b0a5 (diff) | |
download | rpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.gz rpg-b5bef19b5dbebf123d1c181b3cebadea198add35.tar.bz2 |
updated GeSHi to 1.0.7
darcs-hash:20050714193336-9977f-c0d5b8e6db9f92720b1f8b539fdef1f04823f5f7.gz
Diffstat (limited to 'inc/geshi/ada.php')
-rw-r--r-- | inc/geshi/ada.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/inc/geshi/ada.php b/inc/geshi/ada.php index 7ce4f52ee..848b3b1bf 100644 --- a/inc/geshi/ada.php +++ b/inc/geshi/ada.php @@ -5,9 +5,9 @@ * Author: Tux (tux@inmail.cz) * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter) * Release Version: 1.0.6 - * CVS Revision Version: $Revision: 1.1 $ + * CVS Revision Version: $Revision: 1.2 $ * Date Started: 2004/07/29 - * Last Modified: $Date: 2005/01/29 01:48:39 $ + * Last Modified: $Date: 2005/06/13 22:27:06 $ * * Ada language file for GeSHi. * Words are from SciTe configuration file @@ -133,4 +133,3 @@ $language_data = array ( ); ?> - |