Author: humbedooh
Date: Fri Jun 15 21:35:34 2012
New Revision: 1350815

URL: http://svn.apache.org/viewvc?rev=1350815&view=rev
Log:
Revert changes. We'll figure out another way of fixing this :3

Modified:
    
trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext

Modified: 
trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext?rev=1350815&r1=1350814&r2=1350815&view=diff
==============================================================================
--- 
trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext
 (original)
+++ 
trafficserver/site/trunk/content/docs/trunk/sdk/continuations/writing-handler-functions.en.mdtext
 Fri Jun 15 21:35:34 2012
@@ -61,8 +61,6 @@ have been handled.
 The following table lists events and the corresponding type of `void * `data
 passed to handler functions:
 
-<div class="smalltable">
-
 | Event | Hook or API Function That Sends the Event | Event Data Type |
 --------|-------------------------------------------|------------------
 | `TS_EVENT_HTTP_READ_REQUEST_HDR` | `TS_HTTP_READ_REQUEST_HDR_HOOK` | 
`TSHttpTxn` |
@@ -103,7 +101,6 @@ passed to handler functions:
 | `TS_EVENT_HTTP_ERROR` | ` ` | ` ` |
 | `TS_EVENT_MGMT_UPDATE` | `TSMgmtUpdateRegister` | `NULL` |
 
-</div>
 The continuation functions are listed below:
 
 * `TSContCall`


Reply via email to