diff --git a/funcs/func_aes.c b/funcs/func_aes.c
index 40dafab1ce..87319fa77f 100644
--- a/funcs/func_aes.c
+++ b/funcs/func_aes.c
@@ -40,12 +40,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 			Encrypt a string with AES given a 16 character key.
 		
 		
-			
-				Input string
-			
 			
 				AES Key
 			
+			
+				Input string
+			
 		
 		
 			Returns an AES encrypted string encoded in base64.
@@ -56,13 +56,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 			Decrypt a string encoded in base64 with AES given a 16 character key.
 		
 		
-			
-				Input string.
-			
 			
 				AES Key
 			
-
+			
+				Input string.
+			
 		
 		
 			Returns the plain text string.