diff options
| author | deva <deva> | 2010-08-17 09:49:48 +0000 | 
|---|---|---|
| committer | deva <deva> | 2010-08-17 09:49:48 +0000 | 
| commit | 2a9d0cf8c52a832c04729a4c65f07e6cd24eb19e (patch) | |
| tree | a36c44b86c16d13718dfdef06b0de2f747292c98 /server/src | |
| parent | c1f4e947c513eada30a04c1c31c43af600b963b3 (diff) | |
Remove 'language' attribute.
Diffstat (limited to 'server/src')
| -rw-r--r-- | server/src/transactionhandler.cc | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/server/src/transactionhandler.cc b/server/src/transactionhandler.cc index 86f7853..29220b3 100644 --- a/server/src/transactionhandler.cc +++ b/server/src/transactionhandler.cc @@ -198,8 +198,9 @@ static std::string handleRequest(Transaction &transaction, Environment &env,              std::vector< Script >::iterator spi = m->scripts.begin();              while(spi != m->scripts.end()) { -              answer += "        <script language=\"" + -                spi->attributes["language"] + "\">"; +              //              answer += "        <script language=\"" + +              //                spi->attributes["language"] + "\">"; +              answer += "        <script>";                if(spi->attributes.find("src") != spi->attributes.end()) {                  std::string file =  | 
