2012-12-13 Sancho Lerena <slerena@artica.es>
* operation/agentes/datos_agente.php: Uses "mono" instead "lucida console" because CSS doesn't speak proper font language :) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7274 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
76b9db40cd
commit
834edfad33
|
@ -1,3 +1,8 @@
|
|||
2012-12-13 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* operation/agentes/datos_agente.php: Uses "mono" instead
|
||||
"lucida console" because CSS doesn't speak proper font language :)
|
||||
|
||||
2012-12-13 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/functions_api.php,
|
||||
|
|
|
@ -246,7 +246,7 @@ foreach ($result as $row) {
|
|||
// Because this *SHIT* of print_table monster, I cannot format properly this cells
|
||||
// so, eat this, motherfucker :))
|
||||
|
||||
$datos = "<span style='font-family: lucida console'>".$datos."</span>";
|
||||
$datos = "<span style='font-family: mono;'>".$datos."</span>";
|
||||
|
||||
// I dont why, but using index (value) method, data is automatically converted to html entities ¿?
|
||||
$data[$attr[1]]=$datos;
|
||||
|
|
Loading…
Reference in New Issue