diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-03 23:30:16 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-06-03 23:30:16 +0000 |
commit | 59bfa248c0e29df7b8bfc8963db08f8520e881f6 (patch) | |
tree | 4ea207caf898277d728ad6f999da3a011acdd5b7 /lang/urweb | |
parent | 912f07d727ea6e6ae9c88aeb53c4cfe7ff9913e0 (diff) | |
download | ports-59bfa248c0e29df7b8bfc8963db08f8520e881f6.tar.gz ports-59bfa248c0e29df7b8bfc8963db08f8520e881f6.zip |
Notes
Diffstat (limited to 'lang/urweb')
-rw-r--r-- | lang/urweb/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/urweb/pkg-descr b/lang/urweb/pkg-descr index 37e0365c47ce..a0e723a8be28 100644 --- a/lang/urweb/pkg-descr +++ b/lang/urweb/pkg-descr @@ -14,7 +14,7 @@ they not crash during particular page generations, but they also may not: * Have mismatches between HTML forms and the fields expected by their handlers * Include client-side code that makes incorrect assumptions about the - * "AJAX"-style services that the remote web server provides + "AJAX"-style services that the remote web server provides * Attempt invalid SQL queries * Use improper marshaling or unmarshaling in communication with SQL databases or between browsers and web servers |