Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit 58c613d

Browse files
committed
Added v of Version
1 parent 1e52b1d commit 58c613d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vqmod/classes/datatables/ModsDataTable.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ private function processData($mods)
112112
$xml = simplexml_load_file(vqmod_xml_path().$aRow);
113113
$modVersion = (isset($xml->version)) ? (string) $xml->version : '';
114114
$modTitle = (isset($xml->id)) ? (string) $xml->id : '';
115-
$modTitle = ($modTitle != '') ? $modTitle." ($modVersion)" : $mod;
115+
$modTitle = ($modTitle != '') ? $modTitle." (v$modVersion)" : $mod;
116116
$modAuthor = (isset($xml->author)) ? (string) $xml->author : '';
117117

118118

0 commit comments

Comments
 (0)